RawData class

Raw binary data

Inheritance

Constructors

RawData.new(Uint8List raw)
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

deflate() List<int>
Gzip the data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toGzipData() GzipData
Convert the data to GzipData instance
inherited
toString() String
A string representation of this object.
inherited
unpack() Uint8List
Unpack the data
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited