Input and Output

Streams

Reading and Writing with Files

Example: CopyFileUsingByteStream.java -- example from text, which uses the file stream classes to copy one file to another

Buffered Streams

Examples