EndianBinaryReader class

Constructors

EndianBinaryReader(Uint8List _data, [bool isBigEndian = false])

Properties

hashCode int
The hash code for this object.
no setterinherited
isBigEndian bool
getter/setter pair
isOpen bool
no setter
length int
no setter
position int
getter/setter pair
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
read(Uint8List buffer, int offset, int count) int
readByte() int
readBytes(int count) Uint8List
readFloat32() double
readFloat64() double
readInt16() int
readInt32() int
readSByte() int
readSInt64() int
readString() String
readUInt16() int
readUInt32() int
readUInt64() int
toString() String
A string representation of this object.
inherited

Operators

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