| Changed Classes and Interfaces |
|
BufferedInputStream
|
A BufferedInputStream adds functionality to another input stream-namely the ability to buffer the input and to support the mark and reset methods. |
|
FileOutputStream
|
A file output stream is an output stream for writing data to a File or to a FileDescriptor. |
|
ObjectInputStream
|
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream. |
|
ObjectOutputStream
|
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream. |
|
ObjectStreamConstants
|
Constants written into the Object Serialization Stream. |
|
RandomAccessFile
|
Instances of this class support both reading and writing to a random access file. |