public class MyLzwCompressor extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MyLzwCompressor.Listener |
| Constructor and Description |
|---|
MyLzwCompressor(int initialCodeSize,
ByteOrder byteOrder,
boolean earlyLimit) |
MyLzwCompressor(int initialCodeSize,
ByteOrder byteOrder,
boolean earlyLimit,
MyLzwCompressor.Listener listener) |
public MyLzwCompressor(int initialCodeSize,
ByteOrder byteOrder,
boolean earlyLimit)
public MyLzwCompressor(int initialCodeSize,
ByteOrder byteOrder,
boolean earlyLimit,
MyLzwCompressor.Listener listener)
public byte[] compress(byte[] bytes)
throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.