EndianBinaryReader class
Constructors
- EndianBinaryReader(Uint8List _data, [bool isBigEndian = false])
Properties
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