menu
mapsforge_flutter package
documentation
special.dart
Writebuffer
appendInt1 method
appendInt1 method
dark_mode
light_mode
appendInt1
method
void
appendInt1
(
int
value
)
Implementation
void appendInt1(int value) { _bufferPosition += 1; _ensureBuffer(); _bufferData.add(value & 0xff); }
mapsforge_flutter package
documentation
special
Writebuffer
appendInt1 method
Writebuffer class