std.stream.Stream.Seek - nitrologic/monkey2 GitHub Wiki

std::std.stream.std.stream.Stream.Seek

Method Seek:Void( position:monkey:monkey.types.Int )

Seeks to a position in the stream.

In debug builds, a runtime error will occur if the stream is not seekable or position is out of range.

Parameters
position position The position to seek to.