Discover Packages
Standard library
compress
bzip2
package
standard library
Version:
go1.24.2
Opens a new window with list of versions in this module.
Published: Apr 1, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 3,290
Opens a new window with list of known importers.
Documentation
compress/bzip2
Documentation
¶
Package bzip2 implements bzip2 decompression.
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.
A StructuralError is returned when the bzip2 data is found to be
syntactically invalid.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.