org.codehaus.plexus.archiver.zip
private class ZipFile.BoundedInputStream extends InputStream
Field Summary | |
---|---|
boolean | addDummyByte |
long | loc |
long | remaining |
Constructor Summary | |
---|---|
BoundedInputStream(long start, long remaining) |
Method Summary | |
---|---|
void | addDummy()
Inflater needs an extra dummy byte for nowrap - see
Inflater's javadocs. |
int | read() |
int | read(byte[] b, int off, int len) |