BZip2Encoder class
Compress data using the BZip2 format. Derived from libbzip2 (http://www.bzip.org).
Constructors
Properties
- bw ↔ Bz2BitWriter
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- input ↔ InputStream
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
List< int> bytes) → List<int> - Alias for encodeBytes, kept for backwards compatibility.
-
encodeBytes(
List< int> data) → Uint8List -
encodeStream(
InputStream input, OutputStream output) → bool -
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