Class JSVZipFileSequentialReader

java.lang.Object
java.io.Reader
java.io.BufferedReader
jspecview.common.JSVZipFileSequentialReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable, JSVZipReader

public class JSVZipFileSequentialReader extends BufferedReader implements JSVZipReader
Reads the entire contents of a ZIP file as though it were one straight file Skips and entry that contains '\0' Allows for a moderate amount of buffered reading via mark()
Author:
Bob Hanson hansonr@stolaf.edu