Add String Support to Compression Codec
Summary: This diff adds string-based compress and uncompress support to folly::io::Codec. By default, the string API is implemented by translating to and from IOBufs. Room is left for individual implementations to override that behavior and go straight to the underlying library. Reviewed By: yfeldblum Differential Revision: D4690770 fbshipit-source-id: 7e2615da9add8328654505cdda6a2c79583b4558
Showing
Please register or sign in to comment