BZip2Encoder class

Compress data using the BZip2 format. Derived from libbzip2 (http://www.bzip.org).

Constructors

BZip2Encoder()

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> data) List<int>
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