package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : ?out_channel:Netchannels.out_obj_channel -> ?in_channel:Netchannels.in_obj_channel -> unit -> t
val read_byte : t -> int
val read_bytes : t -> int -> bytes
val read_line : t -> string
val read_all : t -> string
val write_byte : t -> int -> unit
val write_string : t -> string -> unit
val end_reading : t -> unit
val end_writing : t -> unit