StreamReader class abstract
- Implementers
Constructors
- StreamReader(dynamic data)
-
factory
Properties
- blockType ↔ int
-
getter/setter pair
- containerType → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
closeArray(
) → void -
closeObject(
) → void -
isEOF(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openArray(
String label) → void -
openObject(
String label) → void -
readAsset(
) → Uint8List -
readBool(
String label) → bool -
readFloat32(
String label) → double -
readFloat32Array(
int length, String label) → Float32List -
readFloat64(
String label) → double -
readId(
String label) → int -
readInt16(
String label) → int -
readInt32(
String label) → int -
readInt8(
String label) → int -
readNextBlock(
Map< String, int> types) → StreamReader? -
readString(
String label) → String -
readUint16(
String label) → int -
readUint16Array(
int length, String label) → Uint16List -
readUint16Length(
) → int -
readUint32(
String label) → int -
readUint32Length(
) → int -
readUint8(
String label) → int -
readUint8Array(
int length, String label) → Uint8List -
readUint8Length(
) → int -
readVersion(
) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited