Class Constants


  • public class Constants
    extends java.lang.Object
    Class that holds shared constants
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SIZE_PREFIX_LENGTH
      The number of bytes in a size prefix.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SIZE_PREFIX_LENGTH

        public static final int SIZE_PREFIX_LENGTH
        The number of bytes in a size prefix.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()