This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

1
doc/lzw/sidebar-items.js Normal file
View File

@@ -0,0 +1 @@
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."]]});