DataStream::ignore

Skip num_ignore bytes from the front of the stream, advancing the read position.

Synopsis

Declared in <streams.h>

void
ignore(size_t num_ignore);

Parameters

NameDescription
num_ignoreNumber of bytes to skip.