Uses of Package
jnr.ffi.annotations

Packages that use jnr.ffi.annotations
jnr.ffi.annotations   
jnr.ffi.provider.converters   
jnr.ffi.types   
 

Classes in jnr.ffi.annotations used by jnr.ffi.annotations
TypeDefinition
          This is used internally by jnr-ffi to define type aliases.
 

Classes in jnr.ffi.annotations used by jnr.ffi.provider.converters
In
          Indicates that the parameter is an IN parameter.
LongLong
          Indicates that a long parameter should be treated as native long-long (64bit) instead of the platform-dependent long size.
NulTerminate
          Indicates that a byte array or ByteBuffer should be terminated with a zero byte before passing it to a native function.
 

Classes in jnr.ffi.annotations used by jnr.ffi.types
TypeDefinition
          This is used internally by jnr-ffi to define type aliases.
 



Copyright © 2013. All Rights Reserved.