CIS 35A: Introduction to Java Programming

Home | Green Sheet | Lectures | Assignments | FAQ | Grades

Files

Text and Binary Files
Introduction
Object I/O

DataInputStream/DataOutputStream enables you to perform I/O for primitive type values and strings.

ObjectInputStream/ObjectOutputStream enables you to perform I/O for objects in addition for primitive type values and strings.

Previous | How is I/O Handled in Java? | Text File vs. Binary File | Object I/O | FileInputStream/FileOutputStream | FilterInputStream/FilterOutputStream | ObjectInputStream/ObjectOutputStream | BufferedInputStream/ BufferedOutputStream | DataInputStream/DataOutputStream | Next