|
|||||||
PREV NEXT | FRAMES NO FRAMES |
AnsiString
class is a wrapper for zero-terminated string of an 8-bit
(ANSI) character declared in C as (char *).Argument
class is wrapper through which Java interacts with
native part.Argument
ArrayArgument
class represents an array of primitive types
such as array of bytes or array of integer values.Argument
array.
Bool
class represents bool (boolean) type.Bool
object with a false
value.
Bool
object with a specified value.
boolean
.
byte
.
Library
, specified by it's name, locates within it specified function, passes
arguments to this function and then invokes it.
Library
, specified by it's name, locates within it specified function, passes
arguments to this function and then invokes it.
Library
, specified by it's name, locates within it specified function, passes
arguments to this function and then invokes it.
Library
, specified by it's name, locates within it specified function, passes
arguments to this function and then invokes it.
Library
, specified by it's name, locates within it specified function, passes
arguments to this function and then invokes it.
Library
, specified by it's name, locates within it specified function, passes
arguments to this function and then invokes it.
Callback
is a superclass for all classes representing callback functions.Callback
instance.
Callback
instance.
Char
class represents the char
value and type.Char
object with a '\n'
value.
Bool
object with a specified value.
Callback
object, when creation of
child is unavaliable.
Const
class represents a read-only argument.Const
object by wrapping a specified
Argument
object.
DelegatedArgument
class represents a base class for all classes
exact value of which is delegated to different object.DoubleFloat
represents double float value and type.DoubleFloat
object with a zero value.
DoubleFloat
object with a specified value.
double
.
FloatArgument
is a base class for all floating-point types.float
.
Function
class is Java representation of the native function.Function
.
Function
.
Argument
.
Argument
, we
can represent this pointer as array pointer and perform iteration through this
array.
Argument
object, constructed from referenced
Argument
and filled with a value retrieved from native memory.
Argument
object to which all invokes are passed.
LibraryLoader
.
Argument
this pointer is referenced to.
char
value.
char
value.
boolean
value of Bool
object.
Structure
instance with specified
structure members.
Int
represents a platform-dependent signed integer value and type,
so on 32-bits platform Int
works as Int32
.Int
object with a zero value.
Int
object with a specified value.
Int16
represents a 16-bit integer value and type.Int16
object with a zero value.
Int16
object with a specified value.
Int32
represents a 32-bit integer value and type.Int32
object with a zero value.
Int32
object with a specified value.
Int64
represents a 64-bit integer value and type.Int64
object with a zero value.
Int64
object with a specified value.
Int8
represents a 8-bit integer value and type.Int8
object with a zero value.
Int8
object with a specified value.
IntegerArgument
is a base class for all integer types.int
.
Function
instance.
Function
instance.
Function
instance.
Function
instance.
Function
instance.
Function
instance.
Argument
is a fixed length variable.
J2NativeContext
class is a platform dependent context.Library
class is Java representation of the native library.Library
constructor.
LibraryLoader
-s.LibraryLoader
.
long
.
NumericArgument
is a partly realization of common
interface NumericType
.OutOnly
class represents an argument that is only written by
a native function.OutOnly
object by wrapping a specified
Argument
object.
Pointer
class represents a pointer to object in
terms of C language.Pointer.Const
represents a pointer to constant objectPointer.OutOnly
represents a pointer to out only object.Pointer.Void
represents a void *.PointerArgument
is an abstract class with a partly realized
PointerType
interface.Argument
from the native memmory.
Argument
object to which all invokes are passed.
LibraryLoader
.
autoResize
property prevails to
maxSize
property, you have to set autoResize
to
false
value before setting maxSize
property.
Argument
.
boolean
value
char
value.
short
.
SimpleFloat
represents float value and type.SimpleFloat
object with a zero value.
SimpleFloat
object with a specified value.
Structure
class represents structures in tems of C language.Pointer
class represents a pointer to object in
terms of C language.UInt
represents a platform-dependent unsigned integer value and type,
so on 32-bits platform UInt
works as UInt32
.UInt
object with a zero value.
UInt
object with a specified value.
UInt16
represents a 16-bit unsigned integer value and type.UInt16
object with a zero value.
UInt16
object with a specified value.
UInt32
represents a 32-bit unsigned integer value and type.UInt32
object with a zero value.
UInt32
object with a zero value.
UInt8
represents a 8-bit unsigned integer value and type.UInt8
object with a zero value.
UInt8
object with a zero value.
Union
class represents a C union type.WideChar
class represents an Unicode character (wchar_t).WideChar
object with a '\n'
value.
WideChar
object with a specified value.
WideChar
object with a specified value and length.
WideString
class is a wrapper for Unicode string (wchar_t *) value and type.Argument
to the native memmory.
ZeroTerminatedString
class is a base class for all types of
zero-terminated strings.
|
|||||||
PREV NEXT | FRAMES NO FRAMES |