|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegerParameter | |
com.jniwrapper | The com.jniwrapper package contains classes that allow calling native functions from Java(TM) code. |
com.jniwrapper.win32 |
Uses of IntegerParameter in com.jniwrapper |
Classes in com.jniwrapper that implement IntegerParameter | |
(package private) class |
com.jniwrapper.AbstractInteger
Abstract base for integer types with exact (platform-independant) size. |
class |
Enumeration
|
class |
Int
C-like int value. |
class |
Int16
Represents 16-bit integer value and type. |
class |
Int32
Represents 32-bit integer value and type. |
class |
Int64
Represents 64-bit integer value and type. |
class |
Int8
Represents 8-bit integer (byte) value and type. |
class |
LongInt
C-like long value. |
(package private) class |
com.jniwrapper.PlatformInteger
Abstract base class for all integers with platform-dependent size (int, long, short, etc.). |
static class |
Pointer.Void
Represents a void * . |
class |
ShortInt
C-like short value. |
class |
UInt
C-like unsigned int value. |
class |
UInt16
Represents 16-bit unsigned integer value and type. |
class |
UInt32
Represents 32-bit unsigned integer value and type. |
class |
UInt8
Represents 8-bit unsigned integer value and type. |
class |
ULongInt
C-like unsigned long value. |
class |
UShortInt
C-like unsigned short value. |
Uses of IntegerParameter in com.jniwrapper.win32 |
Classes in com.jniwrapper.win32 that implement IntegerParameter | |
class |
Handle
A base class for all handle types. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |