kAWT Version 0.90

Package java.io

Provides for system input and output through data streams, and the file system on top of the File System Emulation.

See:
          Description

Class Summary
File An abstract representation of file and directory pathnames based on com.sun.kjava.Database.
FileInputStream A FileInputStream obtains input bytes from a file in a file system.
FileNotFoundException Signals that an attempt to open the file denoted by a specified pathname has failed.
FileOutputStream A file output stream is an output stream for writing data to a File or to a FileDescriptor.
RandomAccessFile Instances of this class support both reading and writing to a random access file.
 

Package java.io Description

Provides for system input and output through data streams, and the file system on top of the File System Emulation.


kAWT Version 0.90