public class Compression extends Object
| Constructor and Description |
|---|
Compression() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compressLZW(byte[] src,
int LZWMinimumCodeSize,
int byteOrder,
boolean earlyLimit) |
byte[] |
decompressLZW(byte[] compressed,
int LZWMinimumCodeSize,
int expectedSize,
int byteOrder) |
byte[] |
decompressPackBits(byte[] compressed,
int expectedSize,
int byteOrder) |
public byte[] decompressLZW(byte[] compressed,
int LZWMinimumCodeSize,
int expectedSize,
int byteOrder)
throws IOException
IOExceptionpublic byte[] decompressPackBits(byte[] compressed,
int expectedSize,
int byteOrder)
throws ImageReadException,
IOException
ImageReadExceptionIOExceptionpublic byte[] compressLZW(byte[] src,
int LZWMinimumCodeSize,
int byteOrder,
boolean earlyLimit)
throws IOException
IOExceptionCopyright © 2007-2012. All Rights Reserved.