Documentation
¶
Index ¶
Constants ¶
View Source
const ( INITIAL_OFFSET = 1 MAX_SCALE = 50 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
type Compressor struct {
// contains filtered or unexported fields
}
func NewCompressor ¶
func NewCompressor() *Compressor
type Decompressor ¶
type Decompressor struct {
// contains filtered or unexported fields
}
func NewDecompressor ¶
func NewDecompressor() *Decompressor
func (*Decompressor) Decompress ¶
func (d *Decompressor) Decompress(input []byte, backwardsMode, invertMode bool) ([]byte, error)
type Optimizer ¶
type Optimizer struct {
// contains filtered or unexported fields
}
func NewOptimizer ¶
func NewOptimizer() *Optimizer
Click to show internal directories.
Click to hide internal directories.