|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DataInput | Encapsulates read operations for primitive types and UTF strings. |
DataInputStream | Encapsulates a stream that may be read using DataInput. |
DataOutput | Provides methods for writing primitive types and UTF strings. |
DataOutputStream | Encapsulates a stream that may be written to using DataOutput. |
DataRandomAccess | Provides methods to access a DataInput/Output media at random positions. |
Input | |
InputStream | An InputStream provides data for reading. |
ObjectInput | Provides methods for reading an Object from data. |
ObjectInputStream | Provides methods for reading an Object from an InputStream. |
ObjectOutput | Provides methods for writing an Object as data. |
ObjectOutputStream | Provides methods for writing an Object to an OutputStream. |
ObjectRandomAccess | Provides methods for randomly accessing Objects. |
Output | Provides methods for writing byte data. |
OutputStream | An OutputStream accepts data. |
RandomAccessFile | A media-independent file representation that may be read from and written to with random access. |
SynchronousSendRx |
Class Summary | |
---|---|
ByteBuffer | A stream access wrapper around a byte array. |
HostMessage | |
JavaInputStream | |
NetworkSerializeMessage | |
ObjectStreamDelegate | Private: for Sentilla internal use only. |
Exception Summary | |
---|---|
ClassNotFoundRuntimeException | Signals that a class is referenced but does not exist on the virtual machine. |
EOFRuntimeException | Signals that a EOF exception has occurred. |
IORuntimeException | Signals that an I/O exception of some sort has occurred. |
ObjectStreamNotSerializableException | Signals that an Object cannot be serialized. |
ObjectStreamRuntimeException | Signals that an error occurred while processing an Object stream. |
Sentilla input/output classes for data manipulation.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |