RawData class
Raw binary data
- Inheritance
-
- Object
- PackedData
- RawData
Constructors
- RawData.new(Uint8List raw)
-
Create a new instance
const
Properties
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