java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.fsr.ZipData

public class ZipData extends Object
Representation of an unzipped entry. The entry may have been unsuccessfully unzipped, in which case, the exception raised during unzipping can be retrieved.
  • Field Details

    • EMPTY

      public static final ZipData EMPTY
  • Method Details

    • getUncompressedData

      public byte[] getUncompressedData()
    • getException

      public Exception getException()