package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

NewReader creates a new io.ReadCloser that satisfies reads by decompressing the data read from r.
NewWriter creates a new io.WriteCloser that satisfies writes by compressing the data and writing it to w.

# Constants

LSB means Least Significant Bits first, as used in the GIF file format.
MSB means Most Significant Bits first, as used in the TIFF and PDF file formats.

# Type aliases

Order specifies the bit ordering in an LZW data stream.