package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiPipe.OcamlnetPipeSource

Sourcetype t
Sourceval create : ?out_channel:Netchannels.out_obj_channel -> ?in_channel:Netchannels.in_obj_channel -> unit -> t
Sourceval read_byte : t -> int
Sourceval read_bytes : t -> int -> bytes
Sourceval read_line : t -> string
Sourceval read_all : t -> string
Sourceval write_byte : t -> int -> unit
Sourceval write_string : t -> string -> unit
Sourceval end_reading : t -> unit
Sourceval end_writing : t -> unit