BZip2Decoder class Null safety
Decompress bzip2 compressed data. Derived from libbzip2 (http://www.bzip.org).
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
decodeBuffer(
InputStream _input, {bool verify: false} ) → List< int> -
decodeBytes(
List< int> data,{bool verify: false} ) → List< int> -
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited
Constants
- BLOCK_COMPRESSED → const int
-
0
- BLOCK_EOS → const int
-
2
-
BZ2_rNums
→ 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…
- BZ_G_SIZE → const int
-
50
- BZ_MAX_ALPHA_SIZE → const int
-
258
- BZ_MAX_CODE_LEN → const int
-
23
- BZ_MAX_SELECTORS → const int
-
(2 + (900000 ~/ BZ_G_SIZE))
- BZ_N_GROUPS → const int
-
6
- BZ_N_ITERS → const int
-
4
- BZ_RUNA → const int
-
0
- BZ_RUNB → const int
-
1
- MTFA_SIZE → const int
-
4096
- MTFL_SIZE → const int
-
16