java.io

Package java.io

Provides for system input and output through data streams, serialization and the file system.

See: Description

Interface Summary
Interface Description
Closeable

A Closeable is a source or destination of data that can be closed.

DataInput

The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.

DataOutput

The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these b