Table of Contents

About

Java IO is the first IO model of Java. It provides for system input and output through data streams, serialization and the file system. See java.io.

With the advent of Java 7, the NIO model based on a the unique file identifier path object is also available.

For sample, see:

See also: Java - IO - Connection (Stream and Channel)