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