IStream.skip

Skip n positions in the stream

interface IStream
ulong
skip
(
ulong n
)

Parameters

n ulong

The number of bytes to skip

Return Value

Type: ulong

The current position in the stream

Meta