final class Constants
extends 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 Details
-
public static final byte[] ZERO
-
public static final byte[] ONE
-
public static final byte[] TWO
-
public static final byte[] FOUR
-
public static final byte[] FIVE
-
public static final byte[] EIGHT
-