Namespace: go.std.compress.bzip2
v1.0Contents
Summary
Provides a low-level interface to the compress/bzip2 package.
Package bzip2 implements bzip2 decompression.
Index
Legend
-
Constant
Variable
Function
Macro
Special form
Type
GoVar
Receiver/Method
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
NewReader
Function v1.0(NewReader r)
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.
Go input arguments: (r io.Reader)
Go returns: io.Reader
Joker input arguments: [^go.std.io/Reader r]
Joker returns: ^go.std.io/Reader
Types
-
*StructuralError
Concrete Type v1.0A StructuralError is returned when the bzip2 data is found to be
syntactically invalid.
-
StructuralError
Concrete Type v1.0A StructuralError is returned when the bzip2 data is found to be
syntactically invalid.
-
Error
Receiver for StructuralError v1.0([])
-
arrayOfStructuralError
Concrete Type v1.0A StructuralError is returned when the bzip2 data is found to be
syntactically invalid.