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.
ByteArrayInputStream  
ByteArrayOutputStream  
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.
InputStreamReader  
OutputStream This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStreamWriter  
PrintStream Minimal implementation of PrintStream.
Reader Basic Reader implementation.
Writer Basic Writer implementation.
 

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

Package java.io Description

Input/Output support