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
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
Public Methods
public
Exception
getException
()
public
byte[]
getUncompressedData
()