final class DummyByteInputStream extends ReadOnlyFileInputStream
ZipInflaterInputStream.| Modifier and Type | Field and Description |
|---|---|
private boolean |
added |
rof| Constructor and Description |
|---|
DummyByteInputStream(ReadOnlyFile rof) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
close, mark, markSupported, read, reset, skipDummyByteInputStream(ReadOnlyFile rof)
public int available()
throws IOException
available in class ReadOnlyFileInputStreamIOExceptionpublic int read()
throws IOException
read in class ReadOnlyFileInputStreamIOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class ReadOnlyFileInputStreamIOExceptionCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.