BZip2Decoder class Null safety

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

Constructors

BZip2Decoder()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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 non-existent 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
0
blockEos → const int
2
bz2RNums → const List<int>
[619, 720, 127, 481, 931, 816, 813, 233, 566, 247, 985, 724, 205, 454, 863, 491, 741, 242, 949, 214, 733, 859, 335, 708, 621, 574, 73, 654, 730, 472, 419, 436, 278, 496, 867, 210, 399, 680, 480, 51, 8…
bzGSize → const int
50
bzMaxAlphaSize → const int
258
bzMaxCodeLen → const int
23
bzMaxSelectors → const int
(2 + (900000 ~/ bzGSize))
bzNGroups → const int
6
bzNIters → const int
4
bzRunA → const int
0
bzRunB → const int
1
mtfaSize → const int
4096
mtflSize → const int
16