bzip2
少于1分钟
bzip2
https://pkg.go.dev/compress/bzip2@go1.20.1
Package bzip2 implements bzip2 decompression.
常量
This section is empty.
变量
This section is empty.
函数
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.
类型
type StructuralError
|
|
A StructuralError is returned when the bzip2 data is found to be syntactically invalid.
(StructuralError) Error
|
|
最后修改 June 4, 2023: 将标准库、第三方包、官方博客从docs中脱离出来成为一个单独的menu (1282bf6)