import "compress/bzip2"
Package bzip2 implements bzip2 decompression.
bit_reader.go bzip2.go huffman.go move_to_front.go
func NewReader(r io.Reader) io.Reader
NewReader returns an io.Reader which decompresses bzip2 data from r.
type StructuralError string
A StructuralError is returned when the bzip2 data is found to be syntactically invalid.
func (s StructuralError) Error() string
Submit feedback about this site to: