Class SnappyFramed

java.lang.Object
org.iq80.snappy.SnappyFramed

final class SnappyFramed extends Object
Constants for implementing x-snappy-framed.
  • 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_BYTES
      The header consists of the stream identifier flag, 3 bytes indicating a length of 6, and "sNaPpY" in ASCII.
  • Constructor Details

    • SnappyFramed

      private SnappyFramed()