JSONBlockReader class

Inheritance

Constructors

JSONBlockReader(Map object)
JSONBlockReader.fromObject(int blockType, Map object)

Properties

blockType ↔ int
getter/setter pairoverride
containerType → String
no setterinherited
context → ListQueue
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
nextKey → dynamic
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeArray() → void
inherited
closeObject() → void
inherited
isEOF() → bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openArray(String label) → void
inherited
openObject(String label) → void
inherited
readAsset() → Uint8List
inherited
readBlockType(Map<String, int> blockTypes) → int
readBool(String label) → bool
inherited
readFloat32(String label) → double
inherited
readFloat32Array(int length, String label) → Float32List
inherited
readFloat64(String label) → double
inherited
readId(String label) → int
inherited
readInt16(String label) → int
inherited
readInt32(String label) → int
inherited
readInt8(String label) → int
inherited
readNextBlock(Map<String, int> blockTypes) → JSONBlockReader?
override
readProp<T>(String label) → T?
inherited
readString(String label) → String
inherited
readUint16(String label) → int
inherited
readUint16Array(int length, String label) → Uint16List
inherited
readUint16Length() → int
inherited
readUint32(String label) → int
inherited
readUint32Length() → int
inherited
readUint8(String label) → int
inherited
readUint8Array(int length, String label) → Uint8List
inherited
readUint8Length() → int
inherited
readVersion() → int
inherited
toString() → String
A string representation of this object.
inherited

Operators

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