package lzx
import "github.com/Microsoft/go-winio/wim/lzx"
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 ¶
Functions ¶
func NewReader ¶
NewReader returns a new io.ReadCloser that decompresses a WIM LZX stream until uncompressedSize bytes have been returned.
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.
Source Files ¶
- Version
- v0.6.2 (latest)
- Published
- Apr 9, 2024
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 day ago –
Tools for package owners.