Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
type CompressorFactory ¶
type CompressorFactory struct {
// contains filtered or unexported fields
}
func NewCompressorFactory ¶
func NewCompressorFactory(level LevelT, independent bool, dict *DictT) CompressorFactory
func (CompressorFactory) NewCompressor ¶
func (f CompressorFactory) NewCompressor() Compressor
type Decompressor ¶
func NewDecompressor ¶
func NewDecompressor(independent bool, dict *DictT) Decompressor
type DictT ¶
type DictT struct {
// contains filtered or unexported fields
}
func (*DictT) NeedsUpdate ¶
Click to show internal directories.
Click to hide internal directories.