1 line
1.5 KiB
JavaScript
1 line
1.5 KiB
JavaScript
initSidebarItems({"enum":[["FlushCompress","Values which indicate the form of flushing to be used when compressing in-memory data."],["FlushDecompress","Values which indicate the form of flushing to be used when decompressing in-memory data."],["Status","Possible status results of compressing some data or successfully decompressing a block of data."]],"mod":[["bufread","Types which operate over [`BufRead`] streams, both encoders and decoders for various formats."],["read","Types which operate over [`Read`] streams, both encoders and decoders for various formats."],["write","Types which operate over [`Write`] streams, both encoders and decoders for various formats."]],"struct":[["Compress","Raw in-memory compression stream for blocks of data."],["CompressError","Error returned when a compression object is used incorrectly or otherwise generates an error."],["Compression","When compressing data, the compression level can be specified by a value in this enum."],["Crc","The CRC calculated by a [`CrcReader`]."],["CrcReader","A wrapper around a [`Read`] that calculates the CRC."],["CrcWriter","A wrapper around a [`Write`] that calculates the CRC."],["Decompress","Raw in-memory decompression stream for blocks of data."],["DecompressError","Error returned when a decompression object finds that the input stream of bytes was not a valid input stream of bytes."],["GzBuilder","A builder structure to create a new gzip Encoder."],["GzHeader","A structure representing the header of a gzip stream."]]}); |