Documentation ¶
Overview ¶
Package bzip2 implements the BZip2 compressed data format.
Canonical C implementation:
http://bzip.org
Unofficial format specification:
https://github.com/dsnet/compress/blob/master/doc/bzip2-format.pdf
Index ¶
Constants ¶
View Source
const ( BestSpeed = 1 BestCompression = 9 DefaultCompression = 6 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type ReaderConfig ¶
type ReaderConfig struct {
// contains filtered or unexported fields
}
type Writer ¶
type WriterConfig ¶
type WriterConfig struct { Level int // contains filtered or unexported fields }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.