Deprecated API


Contents
Deprecated Classes
jnr.ffi.Library
          Use LibraryLoader instead. 
 

Deprecated Methods
jnr.ffi.Library.addLibraryPath(String, File)
          see LibraryLoader for the preferred interface to loading libraries. 
jnr.ffi.Platform.addressSize()
          Use Runtime.addressSize() instead. 
jnr.ffi.ObjectReferenceManager.freeReference(Pointer)
          use ObjectReferenceManager.remove(Pointer) 
jnr.ffi.Library.getInstance(String)
           
jnr.ffi.mapper.FunctionMapper.Context.getLibrary()
           
jnr.ffi.Library.getLibraryPath(String)
          see LibraryLoader for the preferred interface to loading libraries. 
jnr.ffi.Library.getName()
           
jnr.ffi.ObjectReferenceManager.getObject(Pointer)
          use ObjectReferenceManager.get(Pointer) 
jnr.ffi.Platform.getPlatform()
           
jnr.ffi.Library.getRuntime(Object)
          Use Runtime.getRuntime(Object) 
jnr.ffi.Library.loadLibrary(Class, Map, String...)
          see LibraryLoader for the preferred interface to loading libraries. 
jnr.ffi.Library.loadLibrary(Class, String...)
          see LibraryLoader for the preferred interface to loading libraries. 
jnr.ffi.Library.loadLibrary(String, Class)
          see LibraryLoader for the preferred interface to loading libraries. 
jnr.ffi.Library.loadLibrary(String, Class, Map)
          see LibraryLoader for the preferred interface to loading libraries. 
jnr.ffi.Platform.longSize()
          Use Runtime.longSize() instead. 
jnr.ffi.ObjectReferenceManager.newReference(T)
          use ObjectReferenceManager.add(Object) 
 



Copyright © 2013. All Rights Reserved.