Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigCompressor ¶
type BigCompressor struct { MaxPrecompressChunkSize int64 MaxDecompressBufferSize int64 CombineChunk bool // contains filtered or unexported fields }
func (*BigCompressor) Compress ¶
func (bc *BigCompressor) Compress(src, dst string) error
func (*BigCompressor) Decompress ¶
func (bc *BigCompressor) Decompress(src, dst string) error
Click to show internal directories.
Click to hide internal directories.