Instances of this class represent socket input streams.
Functions


jint java_net_SocketInputStream_socketRead(struct Hjava_net_SocketInputStream* this, HArrayOfByte* buf, jint offset, jint len)
Read bytes from socket input stream.
Arguments
- struct Hjava_net_SocketInputStream* this
Reference to the current (this) object.
- HArrayOfByte* buf
Byte array to which the bytes are read.
- jint offset
Starting point in the buffer (offset).
- jint len
The number of bytes to be read.
Return value
- The number of bytes that was actually read as a jint.
File generated from "SocketInputStream.c" by autodoc. 21-03-1998 13:32