Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val open_in :
?small:bool ->
?unused:bytes ->
Pervasives.in_channel ->
in_channel
val read : in_channel -> bytes -> int -> int -> int
val read_get_unused : in_channel -> bytes
val close_in : in_channel -> unit
val open_out : ?block:int -> Pervasives.out_channel -> out_channel
val write : out_channel -> bytes -> int -> int -> unit
val close_out : out_channel -> unit