ptolemy.util
Class JVMBitWidth

java.lang.Object
  extended by ptolemy.util.JVMBitWidth

public class JVMBitWidth
extends java.lang.Object

Determine the bit width (32 or 64) of the JVM.

Since:
Ptolemy II 8.1
Version:
$Id: JVMBitWidth.java 59234 2010-09-24 14:15:29Z cxh $
Author:
Christopher Brooks
Accepted Rating:
Red
Proposed Rating:
Red (cxh)

Constructor Summary
JVMBitWidth()
           
 
Method Summary
static boolean is32Bit()
          Return true if this is a 32bit JVM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMBitWidth

public JVMBitWidth()
Method Detail

is32Bit

public static boolean is32Bit()
Return true if this is a 32bit JVM.

Returns:
true if this is a 32bit JVM.