public final class ZipEntryFilePath.ZipFileInputStream extends InputStream
This class wraps a ZipFile
and delegate the read()
method to an InputStream
created by
itself. When close()
is invoked, both file and stream are closed.
public int read() throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public File getFile()
Gets the file on file system.
Copyright © 2012-2015. All Rights Reserved.