org.jruby.ext.posix
Class POSIXFunctionMapper

java.lang.Object
  extended by org.jruby.ext.posix.POSIXFunctionMapper
All Implemented Interfaces:
com.sun.jna.FunctionMapper

public class POSIXFunctionMapper
extends Object
implements com.sun.jna.FunctionMapper


Constructor Summary
POSIXFunctionMapper()
           
 
Method Summary
 String getFunctionName(com.sun.jna.NativeLibrary library, Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POSIXFunctionMapper

public POSIXFunctionMapper()
Method Detail

getFunctionName

public String getFunctionName(com.sun.jna.NativeLibrary library,
                              Method method)
Specified by:
getFunctionName in interface com.sun.jna.FunctionMapper


Copyright © 2011. All Rights Reserved.