private static final class TarBZip2Driver.BZip2CompressorOutputStream extends BZip2CompressorOutputStream
| Modifier and Type | Field and Description |
|---|---|
static int |
BASEBLOCKSIZE |
(package private) OutputStream |
delegate |
static int |
G_SIZE |
static int |
MAX_ALPHA_SIZE |
static int |
MAX_CODE_LEN |
static int |
MAX_SELECTORS |
static int |
N_GROUPS |
static int |
N_ITERS |
static int |
NUM_OVERSHOOT_BYTES |
static int |
RUNA |
static int |
RUNB |
MAX_BLOCKSIZE, MIN_BLOCKSIZE| Constructor and Description |
|---|
TarBZip2Driver.BZip2CompressorOutputStream(OutputStream out,
int level) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
chooseBlockSize, finalize, finish, flush, getBlockSize, write, writewritefinal OutputStream delegate
public static final int BASEBLOCKSIZE
public static final int G_SIZE
public static final int MAX_ALPHA_SIZE
public static final int MAX_CODE_LEN
public static final int MAX_SELECTORS
public static final int N_GROUPS
public static final int N_ITERS
public static final int NUM_OVERSHOOT_BYTES
public static final int RUNA
public static final int RUNB
TarBZip2Driver.BZip2CompressorOutputStream(OutputStream out, int level) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class BZip2CompressorOutputStreamIOExceptionCopyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.