public static class TCZ.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
bytes
The compressed byte block.
|
java.lang.Object |
extra
Anything you want to hold here.
|
java.lang.String |
name
The name of the entry.
|
int |
uncompressedSize
The size of the block when it is uncompressed.
|
Constructor and Description |
---|
Entry(byte[] bytes,
java.lang.String name,
int uncompressedSize) |
Entry(byte[] bytes,
java.lang.String name,
int uncompressedSize,
java.lang.Object extra) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a String representing this Entry.
|
public byte[] bytes
public java.lang.String name
public int uncompressedSize
public java.lang.Object extra
public Entry(byte[] bytes, java.lang.String name, int uncompressedSize) throws java.lang.Exception
java.lang.Exception
public Entry(byte[] bytes, java.lang.String name, int uncompressedSize, java.lang.Object extra) throws java.lang.Exception
java.lang.Exception