Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compress ¶
Compress compresses the given byte array into the given writer. The optional reference array is used as a delta basis. If provided, bytes will be skipped where the data equals the reference.
func Decompress ¶
Decompress decompresses from the given reader and writes into the provided output buffer. The output buffer must be pre-allocated. If it contains non-zero data, this data may be preserved if the compressed data specifies to.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.