class type compl_out_channel =object
..end
method really_output : Bytes.t -> int -> int -> unit
int
argument specifies. The octets are taken from the string position
denoted by the first int
argument.method really_output_string : string -> int -> int -> unit
method output_char : char -> unit
method output_bytes : Bytes.t -> unit
method output_string : string -> unit
method output_byte : int -> unit
method output_buffer : Buffer.t -> unit
method output_channel : ?len:int -> in_obj_channel -> unit
in_obj_channel
until the end of the
input channel is reached.
len
: If passed, at most this number of octets are read from
the input channel and written to this channel.