Class Platform.ArchHolder

java.lang.Object
com.kenai.jffi.Platform.ArchHolder
Enclosing class:
Platform

private static final class Platform.ArchHolder extends Object
  • Field Details

  • Constructor Details

    • ArchHolder

      private ArchHolder()
  • Method Details

    • determineCPU

      private static Platform.CPU determineCPU()
      Determines the CPU architecture the JVM is running on. This normalizes all the variations that are equivalent (e.g. i386, x86, i86pc) into a common cpu type.
      Returns:
      A member of the CPU enum.