TypeDecoder class

Constructors

TypeDecoder.fromBuffer(ByteData _buffer)

Properties

endianess Endian
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readArray(String fieldName) Iterable
readDouble() double
readFieldTable(String fieldName) Map<String, Object>
readFloat() double
readInt16() int
readInt32() int
readInt64() int
readInt8() int
readLongString() String
readShortString() String
readTimestamp() DateTime?
readUInt16() int
readUInt32() int
readUInt64() int
readUInt8() int
skipBytes(int len) → void
toString() String
A string representation of this object.
inherited

Operators

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