Package org.xerial.snappy.pure
Class SnappyRawCompressor
- java.lang.Object
-
- org.xerial.snappy.pure.SnappyRawCompressor
-
public final class SnappyRawCompressor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_HASH_TABLE_SIZE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcompress(java.lang.Object inputBase, long inputAddress, long inputLimit, java.lang.Object outputBase, long outputAddress, long outputLimit, short[] table)static intmaxCompressedLength(int sourceLength)
-
-
-
Field Detail
-
MAX_HASH_TABLE_SIZE
public static final int MAX_HASH_TABLE_SIZE
- See Also:
- Constant Field Values
-
-