std.stream.Stream.Seek - nitrologic/monkey2 GitHub Wiki
std::std.stream.std.stream.Stream.Seek
monkey:monkey.types.Int )
Method Seek:Void( position: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. |