CompressNo
This class implements a data compression algorithm that does in fact not
compress. This is useful if the data can not be compressed because it is
encrypted, already compressed, or random.
| Methods |
| int |
compress(byte[] in, int inLen, byte[] out, int outPos)
|
| int |
compress(byte[] in, int inLen, byte[] out, int outPos)
|
| void |
expand(byte[] in, int inPos, int inLen, byte[] out, int outPos, int outLen)
|
| void |
expand(byte[] in, int inPos, int inLen, byte[] out, int outPos, int outLen)
|
| int |
getAlgorithm()
|
| int |
getAlgorithm()
|
| void |
setOptions(String options)
|
| void |
setOptions(String options)
|
|