Package java.io

Input/Output support

See:
          Description

Interface Summary
DataInput  
DataOutput  
Serializable This interface is not functional.
 

Class Summary
BufferedInputStream This is a minimal implementation of BufferedWriter.
BufferedOutputStream This is a minimal implementation of BufferedWriter.
BufferedWriter NOTE: Text writing is not synchronized either like standard Java.
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.
FilterInputStream  
FilterOutputStream  
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.
StringWriter  
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