GzipData class

Raw binary data packed with gzip

Inheritance

Constructors

GzipData.new(Uint8List gzipped)
Create a new instance
const

Properties

data Uint8List
Raw data
finalinherited
hashCode int
The hash code for this object.
no setterinherited
Header data
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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