Package com.jgcomptech.tools
Class OSInfo.Architecture
- java.lang.Object
- 
- com.jgcomptech.tools.OSInfo.Architecture
 
- 
- Enclosing class:
- OSInfo
 
 public static final class OSInfo.Architecture extends java.lang.ObjectDetermines if the current application is 32 or 64-bit.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static intNumber()Determines if the current application is 32 or 64-bit.static java.lang.StringString()Determines if the current application is 32 or 64-bit.
 
- 
- 
- 
Method Detail- 
Stringpublic static java.lang.String String() Determines if the current application is 32 or 64-bit.- Returns:
- if computer is 32 bit or 64 bit as string
 
 - 
Numberpublic static int Number() Determines if the current application is 32 or 64-bit.- Returns:
- if computer is 32 bit or 64 bit as int
 
 
- 
 
-