|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| DataAccessable | Provides an object that may support input/output streams and random access to data. |
| EndianInput | Provides an interface that is implemented by streams that can read primitive Java data types from a stream in a machine-dependent manner. |
| EndianOutput | Provides an interface describing streams that can write output in an endian-dependent format. |
| NFile | Instances of this class represent the name of a file or directory on the host file system. |
| Class Summary | |
| EndianInputStream | Provides for writing primitive Java data types to a stream in an endian specific way. |
| EndianOutputStream | Provides for writing primitive Java data types to a stream in an endian specific format. |
| NInputStream | Provides input stream functionality to various data device object, which implements the DataAccessable interface. |
| NOutputStream | Provides output stream functionality to various data device objects, which implements the DataAccessable interface. |
| RandomAccess | Provides random access functionality to various data device objects that implements the DataAccessable interface. |
| Exception Summary | |
| InputStreamNotSupportedException | Signals that input stream access is not available. |
| NoSubordinateAccessException | Signals that subordinate streams access to the given device is not supported. |
| OutputStreamNotSupportedException | Signals that output stream access is not available. |
| RandomAccessNotSupportedException | Signals that random access is not available. |
| SubordinateAccessOnlyException | Signals that streams access to the given device is not supported. |
Provides functionality for file I/O, including file streams (input and output) and random access functionality to some data device objects. The Endian interfaces and classes provide access to Intel formatted data.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||