Flutter
foundation
ReadBuffer
getUint8 method
getUint8
description
getUint8
method
Null safety
int
getUint8
(
)
Reads a Uint8 from the buffer.
Implementation
int getUint8() { return data.getUint8(_position++); }
Flutter
foundation
ReadBuffer
getUint8 method
ReadBuffer class
Constructors
ReadBuffer
Properties
data
hashCode
hasRemaining
runtimeType
Methods
getFloat32List
getFloat64
getFloat64List
getInt32
getInt32List
getInt64
getInt64List
getUint16
getUint32
getUint8
getUint8List
noSuchMethod
toString
Operators
operator ==