java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.util.zip.CheckedInputStream
All Implemented Interfaces:
Closeable
David - Connelly| Fields inherited from java.io.FilterInputStream: |
|---|
| in |
| Constructor: |
|---|
|
| Method from java.util.zip.CheckedInputStream Summary: |
|---|
| getChecksum, read, read, skip |
| Methods from java.io.FilterInputStream: |
|---|
| available, close, mark, markSupported, read, read, read, reset, skip |
| Methods from java.io.InputStream: |
|---|
| available, close, mark, markSupported, read, read, read, reset, skip |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.util.zip.CheckedInputStream Detail: |
|---|
|
|
len is not zero, the method
blocks until some input is available; otherwise, no
bytes are read and 0 is returned. |
|