The OpenD Programming Language

IOStream.skipBytes

Skip bytes.

struct IOStream
nothrow @nogc @safe nothrow @nogc @trusted
bool
skipBytes

Return Value

Type: bool

true if it was possible to skip those bytes. false if there was an I/O error, or end of file. Limitations: nbytes must be from 0 to 0x7fffffff

Meta