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 InputStreamIOExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic File getFile()
Gets the file on file system.
Copyright © 2012-2015. All Rights Reserved.