menu
tenon_cli package
documentation
core.dart
ByteDataWriter
writeInt8 method
writeInt8 method
dark_mode
light_mode
writeInt8
method
void
writeInt8
(
int
value
)
Implementation
void writeInt8(int value) { _init(1); _data.setInt8(_offset, value); _offset++; }
tenon_cli package
documentation
core
ByteDataWriter
writeInt8 method
ByteDataWriter class