Generated by
JDiff

Package java.io

Changed Classes and Interfaces
DataInputStream A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataOutput The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
File An abstract representation of file and directory pathnames.
FileFilter A filter for abstract 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.
FileReader Convenience class for reading character files.
FileWriter Convenience class for writing character files.
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.
RandomAccessFile Instances of this class support both reading and writing to a random access file.
SerializablePermission This class is for Serializable permissions.
StreamTokenizer The StreamTokenizer class takes an input stream and parses it into "tokens" allowing the tokens to be read one at a time.