package iostream

  1. Overview
  2. Docs
method seek : int -> unit

Seek in the underlying stream.

  • raises Sys_error

    in case of failure

method pos : unit -> int

Return current offset in underlying stream.

  • raises Sys_error

    in case of failure

OCaml

Innovation. Community. Security.