Package ptolemy.util

Class 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.
      • 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.