package bzip2

Import Path
	compress/bzip2 (on go.dev)

Dependency Relation
	imports 3 packages, and imported by 0 packages

Involved Source Files bit_reader.go Package bzip2 implements bzip2 decompression. huffman.go move_to_front.go
Package-Level Type Names (only one)
/* sort by: | */
A StructuralError is returned when the bzip2 data is found to be syntactically invalid. ( StructuralError) Error() string StructuralError : error
Package-Level Functions (only one)
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.