Instances of this class represent socket output streams.
Functions


void java_net_SocketOutputStream_socketWrite(struct Hjava_net_SocketOutputStream* this, HArrayOfByte* buf, jint offset, jint len)
Write bytes to socket output stream.
Arguments
- struct Hjava_net_SocketOutputStream* this
Reference to the current (this) object.
- HArrayOfByte* buf
Byte array from which the bytes are being written.
- jint offset
Starting point in the buffer (offset).
- jint len
The number of bytes to be written.
File generated from "SocketOutputStream.c" by autodoc. 21-03-1998 13:32