Interface Stream
access this type via: net.Stream (provides, requires or uses)
Functions
byte[] recv(int n)
int send(byte dat[])
byte[] recv(int n)
Wait for n bytes of data to be received, or for the connection to be terminated.
int send(byte dat[])
Send the given data on the stream; the return value is how many bytes have been successfully buffered by the protocol.