Documentation ¶
Overview ¶
Package compressutil a plugin to handle compression and decompression tasks
Index ¶
Constants ¶
View Source
const ( // Gzip compression algorithm string. Gzip string = "gzip" // Deflate compression algorithm string. Deflate string = "deflate" // Identity compression algorithm string. Identity string = "identity" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReaderError ¶
type ReaderError struct {
// contains filtered or unexported fields
}
ReaderError for notating that an error occurred while reading compressed data.
Click to show internal directories.
Click to hide internal directories.