org.biojava.utils
Class Constants
java.lang.Object
org.biojava.utils.Constants
- public final class Constants
- extends java.lang.Object
Some usefull constants for working with binary files.
- Author:
- Matthew Pocock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Constants
public Constants()