skip

Skip the specified number of bytes forward or backward.

long
skip
(
Stream
)
(
auto ref Stream stream
,
long offset
)
if (
isSeekable!Stream
)

Return Value

Type: long

The position (in bytes) in the stream after the seek.

Meta