Enum for specifying the desired or expected compression format.
Wrap an iopipe that contains compressed data into an iopipe containing the decompressed data. Data is not decompressed in place, so an extra buffer is created to hold it.
Get a stream source that unzips an iopipe of ubytes. The source stream should be compressed in the appropriate format.
Wrap an iopipe of ubytes into an iopipe containing the compressed data from that input. Data is not compressed in place, so an extra buffer is created to hold it.
Get a stream source that compresses an iopipe of ubytes with the given format.
Boost License 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Copyright Steven Schveighoffer 2017.
Compression/decompression with iopipes.