|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sanselan.common.mylzw.MyLZWCompressor
public class MyLZWCompressor
| Nested Class Summary | |
|---|---|
static interface |
MyLZWCompressor.Listener
|
| Constructor Summary | |
|---|---|
MyLZWCompressor(int initialCodeSize,
int byteOrder,
boolean earlyLimit)
|
|
MyLZWCompressor(int initialCodeSize,
int byteOrder,
boolean earlyLimit,
MyLZWCompressor.Listener listener)
|
|
| Method Summary | |
|---|---|
byte[] |
compress(byte[] bytes)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyLZWCompressor(int initialCodeSize,
int byteOrder,
boolean earlyLimit)
public MyLZWCompressor(int initialCodeSize,
int byteOrder,
boolean earlyLimit,
MyLZWCompressor.Listener listener)
| Method Detail |
|---|
public byte[] compress(byte[] bytes)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||