public class MyLZWCompressor extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
MyLZWCompressor.Listener |
Constructor and Description |
---|
MyLZWCompressor(int initialCodeSize,
int byteOrder,
boolean earlyLimit) |
MyLZWCompressor(int initialCodeSize,
int byteOrder,
boolean earlyLimit,
MyLZWCompressor.Listener listener) |
public MyLZWCompressor(int initialCodeSize, int byteOrder, boolean earlyLimit)
public MyLZWCompressor(int initialCodeSize, int byteOrder, boolean earlyLimit, MyLZWCompressor.Listener listener)
public byte[] compress(byte[] bytes) throws IOException
IOException
Copyright © 2007-2012. All Rights Reserved.