public class IndexEncoder extends Object
| Constructor and Description |
|---|
IndexEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long unpaddedSize,
long uncompressedSize) |
void |
encode(OutputStream out) |
long |
getIndexSize() |
long |
getStreamSize() |
public void add(long unpaddedSize,
long uncompressedSize)
throws XZIOException
XZIOExceptionpublic void encode(OutputStream out) throws IOException
IOExceptionpublic long getIndexSize()
public long getStreamSize()