Package org.iq80.snappy
Class SnappyFramed
java.lang.Object
org.iq80.snappy.SnappyFramed
Constants for implementing x-snappy-framed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final byte[]The header consists of the stream identifier flag, 3 bytes indicating a length of 6, and "sNaPpY" in ASCII.static final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMPRESSED_DATA_FLAG
public static final int COMPRESSED_DATA_FLAG- See Also:
-
UNCOMPRESSED_DATA_FLAG
public static final int UNCOMPRESSED_DATA_FLAG- See Also:
-
STREAM_IDENTIFIER_FLAG
public static final int STREAM_IDENTIFIER_FLAG- See Also:
-
HEADER_BYTES
public static final byte[] HEADER_BYTESThe header consists of the stream identifier flag, 3 bytes indicating a length of 6, and "sNaPpY" in ASCII.
-
-
Constructor Details
-
SnappyFramed
private SnappyFramed()
-