The highest tagged major version is
v3.
package
Version:
v2.17.0+incompatible
Opens a new window with list of versions in this module.
Published: Nov 3, 2017
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Pack appends the packed version of src to dst and returns the
resulting slice. len(src) must be a multiple of 8 or Pack panics.
Unpack appends the unpacked version of src to dst and returns the
resulting slice.
A Reader decompresses a packed byte stream.
NewReader returns a reader that decompresses a packed stream from r.
Read reads up to len(p) bytes into p. This will decompress whole
words at a time, so mixing calls to Read and ReadWord may lead to
bytes missing.
ReadWord decompresses the next word from the underlying stream.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.