org.jruby.ext.ffi.jna
Class JNAPlatform

java.lang.Object
  extended by org.jruby.ext.ffi.Platform
      extended by org.jruby.ext.ffi.jna.JNAPlatform

public class JNAPlatform
extends Platform


Field Summary
 
Fields inherited from class org.jruby.ext.ffi.Platform
ARCH, ARCH_NAMES, BIG_ENDIAN, BYTE_ORDER, IS_BSD, IS_FREEBSD, IS_LINUX, IS_MAC, IS_OPENBSD, IS_SOLARIS, IS_WINDOWS, LIBC, LIBPREFIX, LIBSUFFIX, LITTLE_ENDIAN, NAME, OS, OS_NAMES
 
Constructor Summary
JNAPlatform()
           
 
Method Summary
 int addressSize()
           
 int longSize()
           
 
Methods inherited from class org.jruby.ext.ffi.Platform
bsd_p, getPlatform, getProperty, init, linux_p, mac_p, solaris_p, unix_p, windows_p
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNAPlatform

public JNAPlatform()
Method Detail

addressSize

public int addressSize()
Specified by:
addressSize in class Platform

longSize

public int longSize()
Specified by:
longSize in class Platform


Copyright © 2002-2007 JRuby Team. All Rights Reserved.