org.jruby.util
Class WindowsFFI

java.lang.Object
  extended by org.jruby.util.WindowsFFI

public class WindowsFFI
extends java.lang.Object

A binding of a few key win32 functions we need to behave properly.


Nested Class Summary
static interface WindowsFFI.Kernel32
           
 
Constructor Summary
WindowsFFI()
           
 
Method Summary
static WindowsFFI.Kernel32 getKernel32(com.kenai.jaffl.FFIProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsFFI

public WindowsFFI()
Method Detail

getKernel32

public static WindowsFFI.Kernel32 getKernel32(com.kenai.jaffl.FFIProvider provider)


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