Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Extension is the conventional file extension used.
Extension = ".rvz"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterDecompressor ¶
func RegisterDecompressor(method uint32, dcomp Decompressor)
RegisterDecompressor allows custom decompressors for the specified method.
Types ¶
type Decompressor ¶
Decompressor describes the function signature that decompression methods must implement to return a new instance of themselves. They are passed any property bytes and an io.Reader providing the stream of bytes.
Click to show internal directories.
Click to hide internal directories.