galileo_typed_buffer package
documentation
galileo_typed_buffer
ReadBuffer
seek method
seek
seek
method
Null safety
void
seek
(
int
position
)
Moves the read marker to the given
position
Implementation
void seek(int position) => _readPos = position;
galileo_typed_buffer package
documentation
galileo_typed_buffer
ReadBuffer
seek method
ReadBuffer class
Constructors
ReadBuffer
fromList
fromUint8List
Properties
byte
canReadMore
currentPos
data
double_
float
hashCode
hasMore
int8
int16
int32
int64
length
nullTerminatedList
nullTerminatedUtf8String
runtimeType
stringToEnd
uint8
uint16
uint24
uint32
uint64
Methods
doubles
floats
int8s
int16s
int32s
noSuchMethod
nullTerminatedString
readLengthCodedBinary
readLengthCodedString
readList
readString
reset
resetRead
seek
skip
string
toString
uint8s
uint16s
uint32s
Operators
operator ==
operator []
Static methods
measureLengthCodedBinary