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
IOException
public byte[] decompressPackBits(byte[] compressed, int expectedSize, int byteOrder) throws ImageReadException, IOException
ImageReadException
IOException
public byte[] compressLZW(byte[] src, int LZWMinimumCodeSize, int byteOrder, boolean earlyLimit) throws IOException
IOException
Copyright © 2007-2012. All Rights Reserved.