2003.09.15


Package jdc.java.io

Provides for system input and output through data streams, serialization and the file system.

See:
          Description

Interface Summary
Serializable A wrapper interface for java.io.Serializable but NOT used.
 

Class Summary
BufferedReader A wrapper class for java.io.BufferedReader.
BufferedWriter A wrapper class for java.io.BufferedWriter.
File A wrapper class for java.io.File.
FileInputStream A wrapper class for java.io.FileInputStream.
FileOutputStream A wrapper class for java.io.FileInputStream.
InputStreamReader A wrapper class for java.io.InputStreamReader.
OutputStreamWriter A wrapper class for java.io.InputStreamReader.
 

Exception Summary
EOFException A wrapper class for java.io.EOFException.
FileNotFoundException A wrapper class for java.io.FileNotFoundException.
IOException A wrapper class for java.io.IOException.
 

Package jdc.java.io Description

Provides for system input and output through data streams, serialization and the file system. Unless otherwise noted, passing a null argument to a constructor or method in any class or interface in this package will cause a NullPointerException to be thrown.


2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.