Add LZMA streaming interface
authorStella Lau <laus@fb.com>
Thu, 24 Aug 2017 16:26:59 +0000 (09:26 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 24 Aug 2017 16:34:35 +0000 (09:34 -0700)
commit9dc004f8d3b22fbffc470cc2890a17caefa32f98
tree24a7969a1aeec039d9f372f7655d8861f5273aed
parent4d4a549d8b38418b395516d68dbf679efefe2e00
Add LZMA streaming interface

Summary:
- Replace LZMA2Codec with LZMA2StreamCodec
- Update tests to reflect LZMA2_VARINT_SIZE requiring data length

Reviewed By: terrelln

Differential Revision: D5625388

fbshipit-source-id: 3303c6dda5d41f40615c87504a46923815b0b716
folly/io/Compression.cpp
folly/io/test/CompressionTest.cpp