Skip to content

Std stream stream seek

std:std.stream.Stream.Seek

Method Seek:Void( position: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.