menu
data_serializer package
documentation
data_serializer_io.dart
IntCodec
getUint16 abstract method
getUint16 abstract method
dark_mode
light_mode
getUint16
abstract method
int
getUint16
(
int
position
,
Endian
endian
)
Same as
ByteData.getUint16
.
Implementation
int getUint16(int position, Endian endian);
data_serializer package
documentation
data_serializer_io
IntCodec
getUint16 abstract method
IntCodec class