Class FileUtil.UncloseInputStream

java.lang.Object
java.io.InputStream
org.apache.ivy.util.FileUtil.UncloseInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
FileUtil

private static final class FileUtil.UncloseInputStream extends InputStream
Wrap an input stream and do not close the stream on call to close(). Used to avoid closing a ZipInputStream used with Pack200.Unpacker#unpack(File, JarOutputStream)