Constant Field Values
Contents
org.iq80.*
-
org.iq80.snappy.org.iq80.snappy.BufferRecycler Modifier and Type Constant Field Value private static final int
MIN_ENCODING_BUFFER
4000
private static final int
MIN_OUTPUT_BUFFER
8000
-
org.iq80.snappy.org.iq80.snappy.Crc32C Modifier and Type Constant Field Value private static final int
MASK_DELTA
-1568478504
-
org.iq80.snappy.Snappy Modifier and Type Constant Field Value static final int
COPY_1_BYTE_OFFSET
1
static final int
COPY_2_BYTE_OFFSET
2
static final int
COPY_4_BYTE_OFFSET
3
static final int
LITERAL
0
-
org.iq80.snappy.org.iq80.snappy.SnappyCompressor Modifier and Type Constant Field Value private static final int
BLOCK_LOG
15
private static final int
BLOCK_SIZE
32768
private static final int
INPUT_MARGIN_BYTES
15
private static final int
MAX_HASH_TABLE_BITS
14
private static final int
MAX_HASH_TABLE_SIZE
16384
-
org.iq80.snappy.org.iq80.snappy.SnappyDecompressor Modifier and Type Constant Field Value private static final int
MAX_INCREMENT_COPY_OVERFLOW
20
-
org.iq80.snappy.org.iq80.snappy.SnappyFramed Modifier and Type Constant Field Value public static final int
COMPRESSED_DATA_FLAG
0
public static final int
STREAM_IDENTIFIER_FLAG
255
public static final int
UNCOMPRESSED_DATA_FLAG
1
-
org.iq80.snappy.SnappyFramedOutputStream Modifier and Type Constant Field Value public static final int
DEFAULT_BLOCK_SIZE
65536
public static final double
DEFAULT_MIN_COMPRESSION_RATIO
0.85
public static final int
MAX_BLOCK_SIZE
65536
-
org.iq80.snappy.SnappyInputStream Modifier and Type Constant Field Value private static final int
HEADER_LENGTH
7
-
org.iq80.snappy.SnappyOutputStream Modifier and Type Constant Field Value static final int
MAX_BLOCK_SIZE
32768
public static final double
MIN_COMPRESSION_RATIO
0.875