Class Constants


  • final class Constants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte[] EIGHT  
      static byte[] FIVE  
      static byte[] FOUR  
      static byte[] ONE  
      static byte[] TWO  
      static byte[] ZERO  
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ZERO

        public static final byte[] ZERO
      • ONE

        public static final byte[] ONE
      • TWO

        public static final byte[] TWO
      • FOUR

        public static final byte[] FOUR
      • FIVE

        public static final byte[] FIVE
      • EIGHT

        public static final byte[] EIGHT
    • Constructor Detail

      • Constants

        Constants()