Class type CamomileLibrary.OOChannel.char_input_channel


class type char_input_channel = object .. end
Character(byte) input channel. Have the same interface of octet input channel of http://www.ocaml-programming.de/rec/IO-Classes.html All channels of Camomile having this interface must confirm the behaviour defined in the recommendation above. In addition, all channels are assumed to be blocking. If you supply a non-blocking channel to Camomile API, the outcome is undefined.

method input : string -> int -> int -> int
method close_in : unit -> unit