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