seek

open override fun seek(pos: Long)

Sets current position in this file, where the next read will occur. If this is beyond the end of the file then this will throw EOFException and then the stream is in an undetermined state.

See also

.getFilePointer