BZip2Encoder class Null safety
Compress data using the BZip2 format. Derived from libbzip2 (http://www.bzip.org).
Constructors
Properties
- bw ↔ Bz2BitWriter
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- input ↔ InputStream
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- BZ_G_SIZE → const int
-
50
- BZ_GREATER_ICOST → const int
-
15
- BZ_LESSER_ICOST → const int
-
0
- BZ_MAX_ALPHA_SIZE → const int
-
258
- BZ_MAX_SELECTORS → const int
-
(2 + (900000 ~/ BZ_G_SIZE))
- BZ_N_GROUPS → const int
-
6
- BZ_N_ITERS → const int
-
4
- BZ_N_OVERSHOOT → const int
-
(BZ_N_RADIX + BZ_N_QSORT + BZ_N_SHELL + 2)
- BZ_N_QSORT → const int
-
12
- BZ_N_RADIX → const int
-
2
- BZ_N_SHELL → const int
-
18
- BZ_RUNA → const int
-
0
- BZ_RUNB → const int
-
1