| java.lang.Object org.h2.compress.CompressNo
CompressNo | public class CompressNo implements Compressor(Code) | | 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.
|
Method Summary | |
public int | compress(byte[] in, int inLen, byte[] out, int outPos) | public void | expand(byte[] in, int inPos, int inLen, byte[] out, int outPos, int outLen) | public int | getAlgorithm() | public void | setOptions(String options) |
compress | public int compress(byte[] in, int inLen, byte[] out, int outPos)(Code) | | |
expand | public void expand(byte[] in, int inPos, int inLen, byte[] out, int outPos, int outLen)(Code) | | |
getAlgorithm | public int getAlgorithm()(Code) | | |
|
|