# Class: 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.

## Static Field: EMPTY
Type: `com.pnfsoftware.jeb.util.encoding.zip.fsr.ZipData`
Description: Empty successful entry data.

## Method: getException
- return type: `java.lang.Exception`

Description: Get the exception raised while decompressing or validating the entry.
return: exception, or null if the entry was read successfully

## Method: getUncompressedData
- return type: `byte[]`

Description: Get the decompressed data bytes.
return: decompressed data, possibly partial if [#getException()](#getException()) is non\-null

