Uses of Class
jnr.ffi.LibraryLoader

Packages that use LibraryLoader
jnr.ffi   
jnr.ffi.provider   
jnr.ffi.provider.jffi   
 

Uses of LibraryLoader in jnr.ffi
 

Methods in jnr.ffi that return LibraryLoader
 LibraryLoader<T> LibraryLoader.convention(CallingConvention convention)
          Sets the native function calling convention.
static
<T> LibraryLoader<T>
LibraryLoader.create(Class<T> interfaceClass)
          Creates a new LibraryLoader instance.
 LibraryLoader<T> LibraryLoader.library(String libraryName)
          Adds a library to be loaded.
 LibraryLoader<T> LibraryLoader.mapper(FunctionMapper typeMapper)
          Adds a function mapper to use when resolving symbols in this library.
 LibraryLoader<T> LibraryLoader.mapper(SignatureTypeMapper typeMapper)
          Adds a type mapper to use when resolving method parameter and result types.
 LibraryLoader<T> LibraryLoader.mapper(TypeMapper typeMapper)
          Adds a type mapper to use when resolving method parameter and result types.
 LibraryLoader<T> LibraryLoader.option(LibraryOption option, Object value)
          Sets an option when loading libraries.
 LibraryLoader<T> LibraryLoader.search(String path)
          Adds a path to search for libraries.
 LibraryLoader<T> LibraryLoader.stdcall()
          Sets the calling convention of the library to the Windows stdcall calling convention
 

Uses of LibraryLoader in jnr.ffi.provider
 

Methods in jnr.ffi.provider that return LibraryLoader
abstract
<T> LibraryLoader<T>
FFIProvider.createLibraryLoader(Class<T> interfaceClass)
          Creates a new LibraryLoader instance
 

Uses of LibraryLoader in jnr.ffi.provider.jffi
 

Methods in jnr.ffi.provider.jffi that return LibraryLoader
<T> LibraryLoader<T>
Provider.createLibraryLoader(Class<T> interfaceClass)
           
 



Copyright © 2013. All Rights Reserved.