package bzip2

Import Path
	compress/bzip2 (on golang.org and go.dev)

Dependency Relation
	imports 3 packages, and imported by one package

Involved Source Files bit_reader.go Package bzip2 implements bzip2 decompression. huffman.go move_to_front.go
Package-Level Type Names (total 8, in which 1 are exported)
/* sort exporteds by: | */
A StructuralError is returned when the bzip2 data is found to be syntactically invalid. ( T) Error() string T : error
Package-Level Functions (total 9, in which 1 are exported)
NewReader returns an io.Reader which decompresses bzip2 data from r. If r does not also implement io.ByteReader, the decompressor may read more data than necessary from r.
Package-Level Variables (only one, which is unexported)
Package-Level Constants (total 4, none are exported)