package tar

  1. Overview
  2. Docs

Module type Tar.IOSource

Sourcetype in_channel
Sourcetype out_channel
Sourceval really_input : in_channel -> bytes -> int -> int -> unit
Sourceval input : in_channel -> bytes -> int -> int -> int
Sourceval output : out_channel -> bytes -> int -> int -> unit
Sourceval close_out : out_channel -> unit