final class SnappyFramed
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COMPRESSED_DATA_FLAG |
static byte[] |
HEADER_BYTES
The header consists of the stream identifier flag, 3 bytes indicating a
length of 6, and "sNaPpY" in ASCII.
|
static int |
STREAM_IDENTIFIER_FLAG |
static int |
UNCOMPRESSED_DATA_FLAG |
Modifier | Constructor and Description |
---|---|
private |
SnappyFramed() |
public static final int COMPRESSED_DATA_FLAG
public static final int UNCOMPRESSED_DATA_FLAG
public static final int STREAM_IDENTIFIER_FLAG
public static final byte[] HEADER_BYTES