Name | Signature and Synopsis |
---|---|
getReaderInputStream | Object getReaderInputStream(String sessionNickName) Returns the underlying java.io.InputStream of the session. |
readIntoByteArray | int readIntoByteArray(String sessionNickName, int maxNumBytesToRead, Object byteArray) Reads the information from the TCP stream directly into the byte array provided. |