sk.baka.webvm.misc
Class Constants

java.lang.Object
  extended by sk.baka.webvm.misc.Constants

public final class Constants
extends Object

Contains several useful constants.

Author:
Martin Vysny

Field Summary
static int HUNDRED_PERCENT
          Hundred (full) percent.
static long KIBIBYTES
          Number of bytes in a binary kilobyte.
static long MEBIBYTES
          Number of bytes in a binary megabyte.
static int MILLIS_IN_SECOND
          Number of millis in a second.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MILLIS_IN_SECOND

public static final int MILLIS_IN_SECOND
Number of millis in a second.

See Also:
Constant Field Values

HUNDRED_PERCENT

public static final int HUNDRED_PERCENT
Hundred (full) percent.

See Also:
Constant Field Values

KIBIBYTES

public static final long KIBIBYTES
Number of bytes in a binary kilobyte.

See Also:
Constant Field Values

MEBIBYTES

public static final long MEBIBYTES
Number of bytes in a binary megabyte.

See Also:
Constant Field Values


Copyright © 2010 Baka. All Rights Reserved.