Function skipBytes
Consumes bytes
bytes of the stream and determines if the contents
match up.
bool skipBytes(InputStream)
(
InputStream stream,
const(ubyte)[] bytes
)
if (isInputStream!InputStream);
Returns
True iff the consumed bytes equal the passed array.
Throws
Throws an exception if reading from the stream fails.