package bzip2
import "compress/bzip2"
Package bzip2 implements bzip2 decompression.
Index ¶
Functions ¶
func NewReader ¶
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.
Types ¶
type StructuralError ¶
type StructuralError string
A StructuralError is returned when the bzip2 data is found to be syntactically invalid.
func (StructuralError) Error ¶
func (s StructuralError) Error() string
Source Files ¶
bit_reader.go bzip2.go huffman.go move_to_front.go
- Version
- v1.24.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 minute ago –
Tools for package owners.