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