Package java.io

Input/Output support

See:
          Description

Interface Summary
Serializable This interface is not functional.
 

Class Summary
BufferedWriter This is a minimal implementation of BufferedWriter.
DataInputStream Reads java data types transmitted as bytes over an InputStream.
DataOutputStream Transmits java data types as bytes over an OutputStream.
File Implements a file system using pages of flash memory.
FileInputStream Reads a stream of bytes from a file.
FileOutputStream Writes a stream of bytes to a file.
InputStream This abstract class is the superclass of all classes representing an input stream of bytes.
OutputStream This abstract class is the superclass of all classes representing an output stream of bytes.
PrintStream Minimal implementation of PrintStream.
 

Exception Summary
EOFException Signals that an end of file or end of stream has been reached unexpectedly during input.
IOException Signals that an I/O exception of some sort has occurred.
 

Package java.io Description

Input/Output support