C | |
close_in [Socket.in_channel_obj] |
Close the given channel.
|
close_out [Socket.out_channel_obj] |
Close the given channel, flushing all buffered write
operations.
|
F | |
flush [Socket.out_channel_obj] |
Flush the buffer associated with the output channel,
performing all pending writes on that channel.
|
fprintf [Socket.out_channel_obj] |
See
Socket.fprintf .
|
I | |
input [Socket.in_channel_obj] | #input buf pos len reads up to len characters from the
object, storing them in string buf , starting at character
number pos .
|
input_all_till [Socket.in_channel_obj] | |
input_char [Socket.in_channel_obj] |
See
Socket.input_char .
|
input_line [Socket.in_channel_obj] |
See
Socket.input_line .
|
input_till [Socket.in_channel_obj] |
See
Socket.input_till .
|
O | |
output [Socket.out_channel_obj] | #output buf pos len writes up to len characters from
string buf , starting at offset pos , to the given object
output stream and returns the number of characters actually
written.
|
output_char [Socket.out_channel_obj] |
See
Socket.output_char .
|
output_string [Socket.out_channel_obj] |
See
Socket.output_string .
|
R | |
really_input [Socket.in_channel_obj] |
See
Socket.really_input .
|