Class ZipData
java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.fsr.ZipData
Representation of an unzipped entry. The entry may have been unsuccessfully unzipped, in which
case, the exception raised during unzipping can be retrieved.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the exception raised while decompressing or validating the entry.byte[]Get the decompressed data bytes.
-
Field Details
-
EMPTY
Empty successful entry data.
-
-
Method Details
-
getUncompressedData
public byte[] getUncompressedData()Get the decompressed data bytes.- Returns:
- decompressed data, possibly partial if
getException()is non-null
-
getException
Get the exception raised while decompressing or validating the entry.- Returns:
- exception, or null if the entry was read successfully
-