Documentation
¶
Index ¶
- type Compress
- func (this *Compress) Gzip(src, dist string) error
- func (this *Compress) Lzw(data []byte) []byte
- func (this *Compress) UnGzip(src, dist string) error
- func (this *Compress) UnLzw(data []byte) []byte
- func (this *Compress) UnZlib(data []byte) ([]byte, error)
- func (this *Compress) Zlib(data []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.