//
pkg.gl
Category
github.com/icattlecoder/go
src
pkg
compress
lzw
package
0.0.0-20130121074735-1d03baafba06
Repository:
https://github.com/icattlecoder/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
437 SLOC
#
Functions
NewReader
NewReader creates a new io.ReadCloser that satisfies reads by decompressing the data read from r.
NewWriter
NewWriter creates a new io.WriteCloser that satisfies writes by compressing the data and writing it to w.
#
Constants
LSB
LSB means Least Significant Bits first, as used in the GIF file format.
MSB
MSB means Most Significant Bits first, as used in the TIFF and PDF file formats.
#
Type aliases
Order
Order specifies the bit ordering in an LZW data stream.