Class Constants


  • public final class Constants
    extends java.lang.Object
    Some usefull constants for working with binary files.
    Author:
    Matthew Pocock
    • 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()