Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
type Compressor interface {
// Compress returns a reader that yields the decompressed contents of the input reader.
Compress(in io.ReadCloser) (io.ReadCloser, error)
algorithm.Algorithm
}
Compressor is used to abstract over the compression aspect of a compression algorithm.
Click to show internal directories.
Click to hide internal directories.