Class SnappyFramed


  • final class SnappyFramed
    extends java.lang.Object
    Constants for implementing x-snappy-framed.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SnappyFramed()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 Detail

      • SnappyFramed

        private SnappyFramed()