private static final class CompressionMode.LZ4HighCompressor extends Compressor
| Modifier and Type | Field and Description |
|---|---|
private LZ4.HCHashTable |
ht |
| Constructor and Description |
|---|
LZ4HighCompressor() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
compress(byte[] bytes,
int off,
int len,
DataOutput out)
Compress bytes into
out. |
private final LZ4.HCHashTable ht
public void compress(byte[] bytes,
int off,
int len,
DataOutput out)
throws java.io.IOException
Compressorout. It is the responsibility of the
compressor to add all necessary information so that a Decompressor
will know when to stop decompressing bytes from the stream.compress in class Compressorjava.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOException