peekBytes method
Read count
bytes from an offset
of the current read position, without
moving the read position.
Implementation
InputBuffer peekBytes(int count, [int offset = 0]) =>
subset(count, offset: offset);
Read count
bytes from an offset
of the current read position, without
moving the read position.
InputBuffer peekBytes(int count, [int offset = 0]) =>
subset(count, offset: offset);