package iostream

  1. Overview
  2. Docs

Module Iostream.SeekableSource

An object we can seek in.

Files can be seeked in, i.e the read/write head can move around.

Sourceclass type t = object ... end
Sourceval seek : t -> int -> unit
Sourceval pos : t -> int