menu
pure_dart_quic package
documentation
buffer.dart
QuicBuffer
tell method
tell method
dark_mode
light_mode
tell
method
int
tell
(
)
The current read position.
Implementation
int tell() => _readOffset;
pure_dart_quic package
documentation
buffer
QuicBuffer
tell method
QuicBuffer class