package iostream

  1. Overview
  2. Docs

An object we can seek in.

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

class type t = object ... end
val seek : t -> int -> unit
val pos : t -> int
OCaml

Innovation. Community. Security.