menu
pure_dart_quic package
documentation
buffer.dart
QuicBuffer
getUint32 method
getUint32 method
dark_mode
light_mode
getUint32
method
int
getUint32
(
)
Implementation
int getUint32() { final v = _byteData.getUint32(_readOffset); _readOffset += 4; return v; }
pure_dart_quic package
documentation
buffer
QuicBuffer
getUint32 method
QuicBuffer class