Versions in this module Expand all Collapse all v0 v0.2.0 May 20, 2018 Changes in this version + type Level int + const BestCompression + const DefaultCompression + const NoCompression + const SpeedCompression + func (cl Level) String() string v0.1.15 Mar 20, 2018 Changes in this version + type Compressor interface + type ZlibCompressor struct + func NewZlibCompressor(reader io.Reader, writer io.Writer, level config.CompressionLevel) *ZlibCompressor + func (z *ZlibCompressor) Read(p []byte) (int, error) + func (z *ZlibCompressor) Write(p []byte) (int, error)