Netchannels.compl_out_channel
Further methods usually supported by ocamlnet channel implementations. * These methods are only reasonable when the channel is of blocking type, * i.e. waits for output readiness when the underlying resource currently * cannot process enough data. Implementations may choose to fail when they * detect the channel is non-blocking.
Writes exactly as many octets to the channel as the second int
* argument specifies. The octets are taken from the string position * denoted by the first int
argument.
Writes exactly as many octets to the channel as the second int
* argument specifies. The octets are taken from the string position * denoted by the first int
argument.
Same for strings
Writes exactly one character
Writes exactly the passed string
Writes exactly the passed string
Writes exactly the passed string
Writes exactly the passed string
Writes exactly one byte passed as integer code
Writes exactly one byte passed as integer code
Writes exactly the contents of the buffer
method output_channel : ?len:int -> in_obj_channel -> unit
Writes exactly the contents of the buffer
Writes the contents of an in_obj_channel
until the end of the * input channel is reached. * *