how can I set a new head position (an arbitrary of...
# io
e
how can I set a new head position (an arbitrary offset) to start consuming in
Buffer
?
f
If you're asking about `kotlinx-io`/`Okio`
Buffer
, then you can advance to an arbitrary offset using
skip
, but it'll, as the name suggests, skip a prefix of data.