Package org.biojava.utils
Class Constants
- java.lang.Object
-
- org.biojava.utils.Constants
-
-
Field Summary
Fields Modifier and Type Field Description static int
BYTES_IN_BYTE
static int
BYTES_IN_CHAR
static int
BYTES_IN_DOUBLE
static int
BYTES_IN_FLOAT
static int
BYTES_IN_INT
static int
BYTES_IN_LONG
static int
BYTES_IN_SHORT
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
BYTES_IN_LONG
public static int BYTES_IN_LONG
-
BYTES_IN_INT
public static int BYTES_IN_INT
-
BYTES_IN_SHORT
public static int BYTES_IN_SHORT
-
BYTES_IN_CHAR
public static int BYTES_IN_CHAR
-
BYTES_IN_BYTE
public static int BYTES_IN_BYTE
-
BYTES_IN_DOUBLE
public static int BYTES_IN_DOUBLE
-
BYTES_IN_FLOAT
public static int BYTES_IN_FLOAT
-
-
Constructor Detail
-
Constants
public Constants()
-
-