BZip2Decoder class

Decompress bzip2 compressed data. Derived from libbzip2 (http://www.bzip.org).

Constructors

BZip2Decoder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeBuffer(InputStreamBase input, {bool verify = false, OutputStreamBase? output}) List<int>
decodeBytes(List<int> data, {bool verify = false}) List<int>
decodeStream(InputStreamBase input, OutputStreamBase output, {bool verify = false}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

blockCompressed → const int
blockEos → const int
bz2RNums → const List<int>
bzGSize → const int
bzMaxAlphaSize → const int
bzMaxCodeLen → const int
bzMaxSelectors → const int
bzNGroups → const int
bzNIters → const int
bzRunA → const int
bzRunB → const int
mtfaSize → const int
mtflSize → const int