Package org.iq80.snappy
Class SnappyFramed
- java.lang.Object
-
- org.iq80.snappy.SnappyFramed
-
final class SnappyFramed extends java.lang.Object
Constants for implementing x-snappy-framed.
-
-
Field Summary
Fields Modifier and Type Field 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
-
Constructor Summary
Constructors Modifier Constructor Description private
SnappyFramed()
-
-
-
Field Detail
-
COMPRESSED_DATA_FLAG
public static final int COMPRESSED_DATA_FLAG
- See Also:
- Constant Field Values
-
UNCOMPRESSED_DATA_FLAG
public static final int UNCOMPRESSED_DATA_FLAG
- See Also:
- Constant Field Values
-
STREAM_IDENTIFIER_FLAG
public static final int STREAM_IDENTIFIER_FLAG
- See Also:
- Constant Field Values
-
HEADER_BYTES
public static final byte[] HEADER_BYTES
The header consists of the stream identifier flag, 3 bytes indicating a length of 6, and "sNaPpY" in ASCII.
-
-