Class Summary |
DataInputChannel |
A DataInputChannel is a stream designed to provide mechanisms to access data stored
or transmitted using distinct binary encoding schemes for various types of
data (i.e. |
DataOutputChannel |
A DataOutputChannel is a stream designed to provide mechanisms to store or
transmit data using distinct binary encoding schemes for various types of
data (i.e. |
GUIManager |
A GUIManager is a set of instructions describing the behavior of GUI
Graphical User Interface (GUI) components within a single window on the
screen. |
NetConnection |
NetConnection is a class that implements a data connection that
supports the transmission of text messages through the Internet
to and from a program and a port on a remote computer. |
SImage |
An SImage is a representation of an image. |
SScanner |
A SScanner provides the ability to parse the text recieved through an input
stream. |
TCPConnection |
A TCPConnection is a class that implements a data connection that supports
the transmission of binary and text data through the Internet to and from a
program and a port on a remote computer. |
TCPPort |
A TCPPort is a class that provides access to a port through which connections
can be made to a program acting as a server. |