Documentation ¶
Overview ¶
Package lzx implements a decompressor for the the WIM variant of the LZX compression algorithm.
The LZX algorithm is an earlier variant of LZX DELTA, which is documented at https://msdn.microsoft.com/en-us/library/cc483133(v=exchg.80).aspx.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reader ¶
type Reader interface { io.Reader io.ByteReader }
Reader is an interface used by the decompressor to access the input stream. If the provided io.Reader does not implement Reader, then a bufio.Reader is used.
Click to show internal directories.
Click to hide internal directories.