TCP.Advanced

Description

Advanced TCP client/server communication functions that allow direct access to the underlying Java infrastructure.

Functions

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