You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/lzw/sidebar-items.js

1 line
837 B

initSidebarItems({"enum":[["Bits","Containes either the consumed bytes and reconstructed bits or only the consumed bytes if the supplied buffer was not bit enough"]],"fn":[["encode","Convenience function that reads and compresses all bytes from `R`."]],"struct":[["Decoder","Decoder for a LZW compressed stream (this algorithm is used for GIF files)."],["DecoderEarlyChange","Decoder for a LZW compressed stream using an “early change” algorithm (used in TIFF files)."],["Encoder","LZW encoder using the algorithm of GIF files."],["LsbReader","Reads bits from a byte stream, LSB first."],["LsbWriter","Writes bits to a byte stream, LSB first."],["MsbReader","Reads bits from a byte stream, MSB first."],["MsbWriter","Writes bits to a byte stream, MSB first."]],"trait":[["BitReader","A bit reader."],["BitWriter","A bit writer."]]});