public class Crc32Exception
extends java.util.zip.ZipException
AbstractZipFile.getCheckedInputStream(java.lang.String),
whereas the latter case is detected when the input stream returned by this
method gets closed.
The exception's detail message is the name of the ZIP entry.
| Modifier and Type | Method and Description |
|---|---|
long |
getActualCrc()
Returns the CRC32 value which has actually been found for the ZIP entry.
|
long |
getExpectedCrc()
Returns the CRC32 value which has been expected for the ZIP entry.
|