Class ZipArchiveInputStream.BoundedInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.commons.compress.archivers.zip.ZipArchiveInputStream.BoundedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
ZipArchiveInputStream

private final class ZipArchiveInputStream.BoundedInputStream extends FilterInputStream
Bounded input stream adapted from commons-io