Uses of Package
jnr.ffi

Packages that use jnr.ffi
jnr.ffi   
jnr.ffi.byref   
jnr.ffi.mapper   
jnr.ffi.provider   
jnr.ffi.provider.converters   
jnr.ffi.provider.jffi   
jnr.ffi.provider.jffi.platform.arm.linux   
 

Classes in jnr.ffi used by jnr.ffi
Address
          The Address class wraps a native address in an object.
CallingConvention
          Native function calling conventions.
Library
          Deprecated. Use LibraryLoader instead.
LibraryLoader
          Loads a native library and maps it to a java interface.
LibraryOption
          Options that apply to a library
NativeLong
          Represents a C long.
NativeType
          NativeType defines the primitive types supported internally.
ObjectReferenceManager
          Provides a mapping between java objects and unique native addresses.
Platform
           
Platform.CPU
          The supported CPU architectures.
Platform.OS
          The common names of supported operating systems.
Pointer
          A native memory address.
Runtime
          Access JNR runtime functionality.
Struct
          Representation of C structures in java.
Struct.AbstractBoolean
          Base class for Boolean fields
Struct.AbstractMember
          Base implementation of Member
Struct.Address
          Represents a native memory address.
Struct.Double
           
Struct.Enum32
           
Struct.EnumField
          Base for all the Enum fields.
Struct.Float
           
Struct.Function
           
Struct.IntegerAlias
           
Struct.Member
          Interface all Struct members must implement.
Struct.NumberField
          Base class for all Number structure fields.
Struct.Offset
           
Struct.Pointer
          Represents a native memory address.
Struct.Signed16
          A 16 bit signed integer field.
Struct.Signed32
          A 32 bit signed integer field.
Struct.Signed64
          A 64 bit signed integer field.
Struct.Signed8
          An 8 bit signed integer
Struct.SignedLong
          A native long integer field.
Struct.String
           
Struct.Unsigned16
          A 16 bit signed integer field.
Struct.Unsigned32
          A 32 bit signed integer field.
Struct.Unsigned64
          A 64 bit unsigned integer field.
Struct.Unsigned8
          An 8 bit unsigned integer
Struct.UnsignedLong
          A native long integer field.
Struct.UTFString
           
Struct.UTFStringRef
           
StructLayout
           
StructLayout.AbstractBoolean
          Base class for Boolean fields
StructLayout.AbstractField
          Base implementation of Member
StructLayout.Enum32
           
StructLayout.EnumField
          Base for all the Enum fields.
StructLayout.Field
          Interface all Struct members must implement.
StructLayout.Function
           
StructLayout.IntegerAlias
           
StructLayout.NumberField
          Base class for all Number structure fields.
StructLayout.Offset
           
StructLayout.String
           
StructLayout.UTFString
           
StructLayout.UTFStringRef
           
Type
          Type is the superclass for all internal types used by jnr-ffi.
TypeAlias
           
 

Classes in jnr.ffi used by jnr.ffi.byref
Address
          The Address class wraps a native address in an object.
NativeLong
          Represents a C long.
Pointer
          A native memory address.
Runtime
          Access JNR runtime functionality.
TypeAlias
           
 

Classes in jnr.ffi used by jnr.ffi.mapper
Library
          Deprecated. Use LibraryLoader instead.
Runtime
          Access JNR runtime functionality.
 

Classes in jnr.ffi used by jnr.ffi.provider
Address
          The Address class wraps a native address in an object.
LibraryLoader
          Loads a native library and maps it to a java interface.
NativeType
          NativeType defines the primitive types supported internally.
ObjectReferenceManager
          Provides a mapping between java objects and unique native addresses.
Pointer
          A native memory address.
Runtime
          Access JNR runtime functionality.
Type
          Type is the superclass for all internal types used by jnr-ffi.
 

Classes in jnr.ffi used by jnr.ffi.provider.converters
NativeLong
          Represents a C long.
Pointer
          A native memory address.
Runtime
          Access JNR runtime functionality.
Struct
          Representation of C structures in java.
 

Classes in jnr.ffi used by jnr.ffi.provider.jffi
Address
          The Address class wraps a native address in an object.
Library
          Deprecated. Use LibraryLoader instead.
LibraryLoader
          Loads a native library and maps it to a java interface.
NativeType
          NativeType defines the primitive types supported internally.
ObjectReferenceManager
          Provides a mapping between java objects and unique native addresses.
Pointer
          A native memory address.
Runtime
          Access JNR runtime functionality.
Struct
          Representation of C structures in java.
Type
          Type is the superclass for all internal types used by jnr-ffi.
TypeAlias
           
 

Classes in jnr.ffi used by jnr.ffi.provider.jffi.platform.arm.linux
NativeType
          NativeType defines the primitive types supported internally.
TypeAlias
           
 



Copyright © 2013. All Rights Reserved.