BinaryReader class
Constructors
- BinaryReader({required Uint8List bytes})
- BinaryReader.fromByteData(ByteData data)
-
factory
- BinaryReader.fromFile(String url)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
int size) → ByteData? -
readFixedLengthString(
int length) → String -
readFourCC(
) → String -
readInt16(
) → int -
readInt16BigEndian(
) → int -
readInt32(
) → int -
readInt32BigEndian(
) → int -
readInt8(
) → int -
readMidiVariablelength(
) → int -
readUInt16(
) → int -
readUInt32(
) → int -
readUInt8(
) → int -
skip(
int size) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited