public class

ZipData

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

Class Overview

Representation of an unzipped entry. The entry may have been unsuccessfully unzipped, in which case, the exception raised during unzipping can be retrieved.

Summary

Fields
public static final ZipData EMPTY
Public Methods
Exception getException()
byte[] getUncompressedData()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final ZipData EMPTY

Public Methods

public Exception getException ()

public byte[] getUncompressedData ()