Generated by
JDiff

Package java.io

Changed Classes
ByteArrayInputStream A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayOutputStream This class implements an output stream in which the data is written into a byte array.
File An abstract representation of file and directory pathnames.
FileInputStream A FileInputStream obtains input bytes from a file in a file system.
FileOutputStream A file output stream is an output stream for writing data to a File or to a FileDescriptor.
FileWriter Convenience class for writing character files.
InputStreamReader An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset The charset that it uses may be specified by name or may be given explicitly or the platform's default charset may be accepted.
ObjectInputStream An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
ObjectInputStream.GetField Provide access to the persistent fields read from the input stream.
ObjectOutputStream An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
ObjectOutputStream.PutField Provide programatic access to the persistent fields to be written to ObjectOutput.
ObjectStreamField A description of a Serializable field from a Serializable class.
OutputStreamWriter An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset The charset that it uses may be specified by name or may be given explicitly or the platform's default charset may be accepted.
PrintStream A PrintStream adds functionality to another output stream namely the ability to print representations of various data values conveniently.
RandomAccessFile Instances of this class support both reading and writing to a random access file.
WriteAbortedException Signals that one of the ObjectStreamExceptions was thrown during a write operation.