ByteReader class

Constructors

ByteReader()

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<int>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readBool() bool
readByte() int
readBytes(int length) Uint8List
readInt16() int
readInt8() int
readString() String
readUInt16() int
readUint16List(int length) Uint16List
readUInt24() int
readUint24List(int length) List<int>
readUInt32() int
readUint32List(int length) Uint32List
readUInt8() int
readUint8List(int length) Uint8List
toString() String
A string representation of this object.
inherited

Operators

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