GzipData class
Raw binary data packed with gzip
- Inheritance
-
- Object
- PackedData
- GzipData
Constructors
- GzipData.new(Uint8List gzipped)
-
Create a new instance
const
Properties
Methods
-
inflate(
) → List< int> - Inflate the data
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toRawData(
) → RawData -
Convert the data to a RawData instance
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unpack(
) → Uint8List -
Unpack the data
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited