StreamReader class

Implementers

Constructors

StreamReader(dynamic data)
factory

Properties

blockType int
read / write
containerType String
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

closeArray() → void
closeObject() → void
isEOF() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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