Package ptolemy.util
Class JVMBitWidth
- java.lang.Object
-
- 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$
- Author:
- Christopher Brooks
- Pt.AcceptedRating:
- Red
- Pt.ProposedRating:
- Red (cxh)
-
-
Constructor Summary
Constructors Constructor Description JVMBitWidth()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
is32Bit()
Return true if this is a 32bit JVM.
-