public final class MyLzwDecompressor extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
MyLzwDecompressor.Listener |
Constructor and Description |
---|
MyLzwDecompressor(int initialCodeSize,
ByteOrder byteOrder) |
MyLzwDecompressor(int initialCodeSize,
ByteOrder byteOrder,
MyLzwDecompressor.Listener listener) |
Modifier and Type | Method and Description |
---|---|
byte[] |
decompress(InputStream is,
int expectedLength) |
void |
setTiffLZWMode() |
public MyLzwDecompressor(int initialCodeSize, ByteOrder byteOrder)
public MyLzwDecompressor(int initialCodeSize, ByteOrder byteOrder, MyLzwDecompressor.Listener listener)
public void setTiffLZWMode()
public byte[] decompress(InputStream is, int expectedLength) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.