Package com.novell.java.io

Provides functionality for file I/O, including file streams (input and output) and random access functionality to some data device objects.

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.
 

Package com.novell.java.io Description

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.

Package Specification

(none)

Related Documentation

The following classes and interfaces are used by the java.io classes and interfaces. For overviews, concepts, sample code and demos, and tasks documentation, please see the following the following: