Package com.logicaldoc.util.io
Class ZipInputStream
java.lang.Object
java.io.InputStream
com.logicaldoc.util.io.ZipInputStream
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- Direct Known Subclasses:
- AutoDeleteZipInputStream
Wrapper around a standard AutoDeleteZipInputStream that avoids the CRC checks
 on stream closure.
- Since:
- 6.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
- 
Constructor Details- 
ZipInputStreampublic ZipInputStream(net.lingala.zip4j.io.inputstream.ZipInputStream wrapped) 
 
- 
- 
Method Details- 
available- Overrides:
- availablein class- InputStream
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- InputStream
- Throws:
- IOException
 
- 
hashCodepublic int hashCode()
- 
equals
- 
markpublic void mark(int readlimit) - Overrides:
- markin class- InputStream
 
- 
markSupportedpublic boolean markSupported()- Overrides:
- markSupportedin class- InputStream
 
- 
read- Specified by:
- readin class- InputStream
- Throws:
- IOException
 
- 
read- Overrides:
- readin class- InputStream
- Throws:
- IOException
 
- 
read- Overrides:
- readin class- InputStream
- Throws:
- IOException
 
- 
reset- Overrides:
- resetin class- InputStream
- Throws:
- IOException
 
- 
skip- Overrides:
- skipin class- InputStream
- Throws:
- IOException
 
- 
toString
 
-