Servertec
Jenie
1.0.1 09/04/2005
A B C D E F G H I J L N P R S T U W

A

AnsiString - Class in stec.jenie
Represents a native ANSI string.
AnsiString() - Constructor for class stec.jenie.AnsiString
Constructs a new ANSI string of default size.
AnsiString(int) - Constructor for class stec.jenie.AnsiString
Constructs a new ANSI string of specified size.
AnsiString(String) - Constructor for class stec.jenie.AnsiString
Constructs a new ANSI string from the specified string.
AnsiString(byte[]) - Constructor for class stec.jenie.AnsiString
Constructs a new ANSI string from the specified array of bytes.
AnsiString(byte[], int, int) - Constructor for class stec.jenie.AnsiString
Constructs a new ANSI string from the specified array of bytes.
AnsiString(AnsiString) - Constructor for class stec.jenie.AnsiString
Constructs a new ANSI string from the specified ANSI string.
AnsiString(Pointer) - Constructor for class stec.jenie.AnsiString
Constructs a new ANSI string from the specified pointer to an ANSI string.
AnsiString(Pointer, int) - Constructor for class stec.jenie.AnsiString
Constructs a new ANSI string from the specified pointer to an ANSI string.

B

BOOL - Class in stec.jenie
Represents a native boolean.
BOOL() - Constructor for class stec.jenie.BOOL
Constructs a new boolean.
BOOL(boolean) - Constructor for class stec.jenie.BOOL
Constucts a new boolean set to the specified value.
BOOL(BOOL) - Constructor for class stec.jenie.BOOL
Constucts a new boolean set to the specified value.
BOOL(Pointer) - Constructor for class stec.jenie.BOOL
Constructs a new boolean from the specified pointer to a boolean.
BOOLArray - Class in stec.jenie
Represents a native array of booleans.
BOOLArray(int) - Constructor for class stec.jenie.BOOLArray
Constructs a new one dimensional array of booleans of specified number of booleans.
BOOLArray(int, int) - Constructor for class stec.jenie.BOOLArray
Constructs a new two dimensional array of booleans of specified number of booleans.
BOOLArray(int, int, int) - Constructor for class stec.jenie.BOOLArray
Constructs a new three dimensional array of booleans of specified number of booleans.
BOOLArray(int[]) - Constructor for class stec.jenie.BOOLArray
Constructs a new n-dimensional array of booleans of specified number of booleans.
BOOLArray(BOOLArray) - Constructor for class stec.jenie.BOOLArray
Constructs a new n-dimensional array of booleans with the same number of dimensions and size of each dimension as the specified boolean native array.
BOOLArray(Pointer, int) - Constructor for class stec.jenie.BOOLArray
Constructs a new one dimensional array of booleans from the specified pointer to a one dimensional array of booleans of specified number of booleans.
BOOLArray(Pointer, int, int) - Constructor for class stec.jenie.BOOLArray
Constructs a new two dimensional array of booleans from the specified pointer to a two dimensional array of booleans of specified number of booleans.
BOOLArray(Pointer, int, int, int) - Constructor for class stec.jenie.BOOLArray
Constructs a new three dimensional array of booleans from the specified pointer to a three dimensional array of booleans of specified number of booleans.
BOOLArray(Pointer, int[]) - Constructor for class stec.jenie.BOOLArray
Constructs a new n-dimensional array of booleans from the specified pointer to a n-dimensional array of booleans of specified number of booleans.
BOOLArray(Pointer, BOOLArray) - Constructor for class stec.jenie.BOOLArray
Constructs a new n-dimensional array of booleans from the specified pointer to a n-dimensional array of booleans with the same number of dimensions and size of each dimension as the specified boolean native array.
BYTE - Class in stec.jenie
Represents a native unsigned 8-bit byte value.
BYTE() - Constructor for class stec.jenie.BYTE
Constructs a new unsigned 8-bit byte.
BYTE(short) - Constructor for class stec.jenie.BYTE
Constucts a new unsigned 8-bit byte set to the specified value.
BYTE(BYTE) - Constructor for class stec.jenie.BYTE
Constucts a new unsigned 8-bit byte set to the specified value.
BYTE(Pointer) - Constructor for class stec.jenie.BYTE
Constructs a new unsigned 8-bit byte from the specified pointer to an unsigned 8-bit byte.
BYTEArray - Class in stec.jenie
Represents a native array of unsigned 8-bit bytes.
BYTEArray(int) - Constructor for class stec.jenie.BYTEArray
Constructs a new one dimensional array of unsigned 8-bit bytes of specified number of bytes.
BYTEArray(int, int) - Constructor for class stec.jenie.BYTEArray
Constructs a new two dimensional array of unsigned 8-bit bytes of specified number of bytes.
BYTEArray(int, int, int) - Constructor for class stec.jenie.BYTEArray
Constructs a new three dimensional array of unsigned 8-bit bytes of specified number of bytes.
BYTEArray(int[]) - Constructor for class stec.jenie.BYTEArray
Constructs a new n-dimensional array of unsigned 8-bit bytes of specified number of bytes.
BYTEArray(BYTEArray) - Constructor for class stec.jenie.BYTEArray
Constructs a new n-dimensional array of unsigned 8-bit bytes with the same number of dimensions and size of each dimension as the specified unsigned 8-bit byte native array.
BYTEArray(Pointer, int) - Constructor for class stec.jenie.BYTEArray
Constructs a new one dimensional array of unsigned 8-bit bytes from the specified pointer to a one dimensional array of unsigned 8-bit bytes of specified number of bytes.
BYTEArray(Pointer, int, int) - Constructor for class stec.jenie.BYTEArray
Constructs a new two dimensional array of unsigned 8-bit bytes from the specified pointer to a two dimensional array of unsigned 8-bit bytes of specified number of bytes.
BYTEArray(Pointer, int, int, int) - Constructor for class stec.jenie.BYTEArray
Constructs a new three dimensional array of unsigned 8-bit bytes from the specified pointer to a three dimensional array of unsigned 8-bit bytes of specified number of bytes.
BYTEArray(Pointer, int[]) - Constructor for class stec.jenie.BYTEArray
Constructs a new n-dimensional array of unsigned 8-bit bytes from the specified pointer to a n-dimensional array of unsigned 8-bit bytes of specified number of bytes.
BYTEArray(Pointer, BYTEArray) - Constructor for class stec.jenie.BYTEArray
Constructs a new n-dimensional array of unsigned 8-bit bytes from the specified pointer to a n-dimensional array of unsigned 8-bit bytes with the same number of dimensions and size of each dimension as the specified unsigned 8-bit byte native array.

C

call(NativeParameter[], NativeParameter) - Method in class stec.jenie.Function
Calls this native function with the specified parameters and return code.
call(NativeParameter[]) - Method in class stec.jenie.Function
Calls this native function with the specified parameters.
call(NativeParameter, NativeParameter) - Method in class stec.jenie.Function
Calls this native function with the specified parameter and return code.
call(NativeParameter, NativeParameter, NativeParameter) - Method in class stec.jenie.Function
Calls this native function with the specified parameters and return code.
call(NativeParameter, NativeParameter, NativeParameter, NativeParameter) - Method in class stec.jenie.Function
Calls this native function with the specified parameters and return code.
call() - Method in class stec.jenie.Function
Calls this native function.
Callback - Class in stec.jenie
Represents a callback function.
Callback() - Constructor for class stec.jenie.Callback
Constructs a new callback function.
Callback(NativeParameter[]) - Constructor for class stec.jenie.Callback
Constructs a new callback function with the specified parameters.
Callback(NativeParameter[], NativeParameter) - Constructor for class stec.jenie.Callback
Constructs a new callback function with the specified parameters and return value.
Callback(NativeParameter[], NativeParameter, int) - Constructor for class stec.jenie.Callback
Constructs a new callback function with the specified parameters, return value and calling convention.
callback() - Method in class stec.jenie.Callback
Called when callback.
CDECL - Static variable in class stec.jenie.Callback
The caller cleans the stack.
CDECL - Static variable in class stec.jenie.Function
The caller cleans the stack.
CHAR - Class in stec.jenie
Represents a native signed 8-bit character value.
CHAR() - Constructor for class stec.jenie.CHAR
Constructs a new signed 8-bit character.
CHAR(byte) - Constructor for class stec.jenie.CHAR
Constucts a new signed 8-bit character set to the specified value.
CHAR(CHAR) - Constructor for class stec.jenie.CHAR
Constucts a new signed 8-bit character set to the specified value.
CHAR(Pointer) - Constructor for class stec.jenie.CHAR
Constructs a new signed 8-bit character from the specified pointer to an signed 8-bit character.
CHARArray - Class in stec.jenie
Represents a native array of signed 8-bit characters.
CHARArray(int) - Constructor for class stec.jenie.CHARArray
Constructs a new one dimensional array of signed 8-bit characters of specified number of characters.
CHARArray(int, int) - Constructor for class stec.jenie.CHARArray
Constructs a new two dimensional array of signed 8-bit characters of specified number of characters.
CHARArray(int, int, int) - Constructor for class stec.jenie.CHARArray
Constructs a new three dimensional array of signed 8-bit characters of specified number of characters.
CHARArray(int[]) - Constructor for class stec.jenie.CHARArray
Constructs a new n-dimensional array of signed 8-bit characters of specified number of characters.
CHARArray(CHARArray) - Constructor for class stec.jenie.CHARArray
Constructs a new n-dimensional array of signed 8-bit characters with the same number of dimensions and size of each dimension as the specified signed 8-bit character native array.
CHARArray(Pointer, int) - Constructor for class stec.jenie.CHARArray
Constructs a new one dimensional array of signed 8-bit characters from the specified pointer to a one dimensional array of signed 8-bit characters of specified number of characters.
CHARArray(Pointer, int, int) - Constructor for class stec.jenie.CHARArray
Constructs a new two dimensional array of signed 8-bit characters from the specified pointer to a two dimensional array of signed 8-bit characters of specified number of characters.
CHARArray(Pointer, int, int, int) - Constructor for class stec.jenie.CHARArray
Constructs a new three dimensional array of signed 8-bit characters from the specified pointer to a three dimensional array of signed 8-bit characters of specified number of characters.
CHARArray(Pointer, int[]) - Constructor for class stec.jenie.CHARArray
Constructs a new n-dimensional array of signed 8-bit characters from the specified pointer to a n-dimensional array of signed 8-bit characters of specified number of characters.
CHARArray(Pointer, CHARArray) - Constructor for class stec.jenie.CHARArray
Constructs a new n-dimensional array of signed 8-bit characters from the specified pointer to a n-dimensional array of signed 8-bit characters with the same number of dimensions and size of each dimension as the specified signed 8-bit character native array.
clone() - Method in class stec.jenie.AnsiString
Returns a clone of this ANSI string.
clone() - Method in class stec.jenie.BOOL
Returns a clone of this boolean.
clone() - Method in class stec.jenie.BOOLArray
Returns a clone of this array of booleans.
clone() - Method in class stec.jenie.BYTE
Returns a clone of this unsigned 8-bit byte.
clone() - Method in class stec.jenie.BYTEArray
Returns a clone of this array of unsigned 8-bit bytes.
clone() - Method in class stec.jenie.CHAR
Returns a clone of this signed 8-bit character.
clone() - Method in class stec.jenie.CHARArray
Returns a clone of this array of signed 8-bit characters.
clone() - Method in class stec.jenie.DOUBLE
Returns a clone of this double.
clone() - Method in class stec.jenie.DOUBLEArray
Returns a clone of this array of 64-bit floating point values.
clone() - Method in class stec.jenie.FLOAT
Returns a clone of this float.
clone() - Method in class stec.jenie.FLOATArray
Returns a clone of this array of 32-bit floating point values.
clone() - Method in class stec.jenie.HANDLE
Returns a clone of this handle.
clone() - Method in class stec.jenie.HANDLEArray
Returns a clone of this array of handles.
clone() - Method in class stec.jenie.INT
Returns a clone of this signed integer.
clone() - Method in class stec.jenie.INT16
Returns a clone of this signed 16-bit integer.
clone() - Method in class stec.jenie.INT16Array
Returns a clone of this array of signed 16-bit integers.
clone() - Method in class stec.jenie.INT32
Returns a clone of this signed 32-bit integer.
clone() - Method in class stec.jenie.INT32Array
Returns a clone of this array of signed 32-bit integers.
clone() - Method in class stec.jenie.INT64
Returns a clone of this signed 64-bit integer.
clone() - Method in class stec.jenie.INT64Array
Returns a clone of this array of signed 64-bit integers.
clone() - Method in class stec.jenie.INT8
Returns a clone of this signed 8-bit integer.
clone() - Method in class stec.jenie.INT8Array
Returns a clone of this array of signed 8-bit integers.
clone() - Method in class stec.jenie.INTArray
Returns a clone of this array of signed integers.
clone() - Method in class stec.jenie.LONG
Returns a clone of this signed 64-bit long integer.
clone() - Method in class stec.jenie.LONGArray
Returns a clone of this array of signed 64-bit long integers.
clone() - Method in class stec.jenie.NativeBuffer
Returns a clone of this native buffer.
clone() - Method in class stec.jenie.NativeObject
Returns a clone of this native object.
clone() - Method in interface stec.jenie.NativeParameter
Returns a clone of this native parameter.
clone() - Method in class stec.jenie.Pointer
Returns a clone of this pointer.
clone() - Method in class stec.jenie.PointerArray
Returns a clone of this array of pointers.
clone() - Method in class stec.jenie.SHORT
Returns a clone of this signed 16-bit short integer.
clone() - Method in class stec.jenie.SHORTArray
Returns a clone of this array of signed 16-bit short integers.
clone() - Method in class stec.jenie.Structure
Returns a clone of this structure.
clone() - Method in class stec.jenie.StructureArray
Returns a clone of this array of structures.
clone() - Method in class stec.jenie.UCHAR
Returns a clone of this unsigned 8-bit character.
clone() - Method in class stec.jenie.UCHARArray
Returns a clone of this array of unsigned 8-bit characters.
clone() - Method in class stec.jenie.UINT
Returns a clone of this unsigned integer.
clone() - Method in class stec.jenie.UINT16
Returns a clone of this unsigned 16-bit integer.
clone() - Method in class stec.jenie.UINT16Array
Returns a clone of this array of unsigned 16-bit integers.
clone() - Method in class stec.jenie.UINT32
Returns a clone of this unsigned 32-bit integer.
clone() - Method in class stec.jenie.UINT32Array
Returns a clone of this array of unsigned 32-bit integers.
clone() - Method in class stec.jenie.UINT64
Returns a clone of this unsigned 64-bit integer.
clone() - Method in class stec.jenie.UINT64Array
Returns a clone of this array of unsigned 64-bit integers.
clone() - Method in class stec.jenie.UINT8
Returns a clone of this unsigned 8-bit integer.
clone() - Method in class stec.jenie.UINT8Array
Returns a clone of this array of unsigned 8-bit integers.
clone() - Method in class stec.jenie.UINTArray
Returns a clone of this array of unsigned integers.
clone() - Method in class stec.jenie.ULONG
Returns a clone of this unsigned 64-bit long integer.
clone() - Method in class stec.jenie.ULONGArray
Returns a clone of this array of unsigned 64-bit long integers.
clone() - Method in class stec.jenie.Union
Returns a clone of this union.
clone() - Method in class stec.jenie.UnionArray
Returns a clone of this array of unions.
clone() - Method in class stec.jenie.USHORT
Returns a clone of this unsigned 16-bit short integer.
clone() - Method in class stec.jenie.USHORTArray
Returns a clone of this array of unsigned 16-bit short integers.
clone() - Method in class stec.jenie.WCHAR
Returns a clone of this unsigned 16-bit character.
clone() - Method in class stec.jenie.WCHARArray
Returns a clone of this array of unsigned 16-bit characters.
clone() - Method in class stec.jenie.WideString
Returns a clone of this wide string.
compareTo(Object) - Method in class stec.jenie.AnsiString
Compares this ANSI string to the specified ANSI string.
compareTo(AnsiString) - Method in class stec.jenie.AnsiString
Compares this ANSI string to the specified ANSI string.
compareTo(DOUBLE) - Method in class stec.jenie.DOUBLE
Compares this double to the specified double.
compareTo(Object) - Method in class stec.jenie.DOUBLE
Compares this double to the specified double.
compareTo(FLOAT) - Method in class stec.jenie.FLOAT
Compares this float to the specified float.
compareTo(Object) - Method in class stec.jenie.FLOAT
Compares this float to the specified float.
compareTo(INT) - Method in class stec.jenie.INT
Compares this signed integer to the specified signed integer.
compareTo(Object) - Method in class stec.jenie.INT
Compares this signed integer to the specified signed integer.
compareTo(INT16) - Method in class stec.jenie.INT16
Compares this signed 16-bit integer to the specified signed 16-bit integer.
compareTo(Object) - Method in class stec.jenie.INT16
Compares this signed 16-bit integer to the specified signed 16-bit integer.
compareTo(INT32) - Method in class stec.jenie.INT32
Compares this signed 32-bit integer to the specified signed 32-bit integer.
compareTo(Object) - Method in class stec.jenie.INT32
Compares this signed 32-bit integer to the specified signed 32-bit integer.
compareTo(INT64) - Method in class stec.jenie.INT64
Compares this signed 64-bit integer to the specified signed 64-bit integer.
compareTo(Object) - Method in class stec.jenie.INT64
Compares this signed 64-bit integer to the specified signed 64-bit integer.
compareTo(INT8) - Method in class stec.jenie.INT8
Compares this signed 8-bit integer to the specified signed 8-bit integer.
compareTo(Object) - Method in class stec.jenie.INT8
Compares this signed 8-bit integer to the specified signed 8-bit integer.
compareTo(UINT) - Method in class stec.jenie.UINT
Compares this unsigned integer to the specified unsigned integer.
compareTo(Object) - Method in class stec.jenie.UINT
Compares this unsigned integer to the specified unsigned integer.
compareTo(UINT16) - Method in class stec.jenie.UINT16
Compares this unsigned 16-bit integer to the specified unsigned 16-bit integer.
compareTo(Object) - Method in class stec.jenie.UINT16
Compares this unsigned 16-bit integer to the specified unsigned 16-bit integer.
compareTo(UINT32) - Method in class stec.jenie.UINT32
Compares this unsigned 32-bit integer to the specified unsigned 32-bit integer.
compareTo(Object) - Method in class stec.jenie.UINT32
Compares this unsigned 32-bit integer to the specified unsigned 32-bit integer.
compareTo(UINT64) - Method in class stec.jenie.UINT64
Compares this unsigned 64-bit integer to the specified unsigned 64-bit integer.
compareTo(Object) - Method in class stec.jenie.UINT64
Compares this unsigned 64-bit integer to the specified unsigned 64-bit integer.
compareTo(UINT8) - Method in class stec.jenie.UINT8
Compares this unsigned 8-bit integer to the specified unsigned 8-bit integer.
compareTo(Object) - Method in class stec.jenie.UINT8
Compares this unsigned 8-bit integer to the specified unsigned 8-bit integer.
compareTo(Object) - Method in class stec.jenie.WideString
Compares this wide string to the specified wide string.
compareTo(WideString) - Method in class stec.jenie.WideString
Compares this wide string to the specified wide string.
compareToIgnoreCase(AnsiString) - Method in class stec.jenie.AnsiString
Compares ignoring case this ANSI string to the specified ANSI string.
compareToIgnoreCase(WideString) - Method in class stec.jenie.WideString
Compares this wide string to the specified wide string.
CREATE_NEW_THREAD - Static variable in class stec.jenie.Callback
Create new thread to process callback.

D

DEFAULT_PROCESSING - Static variable in class stec.jenie.Callback
Default callback processing.
Dll - Class in stec.jenie
Represents a reference to a native dynamic link library.
Dll(String) - Constructor for class stec.jenie.Dll
Constructs a new native dynamic link library.
Dll(String, boolean) - Constructor for class stec.jenie.Dll
Constructs a new native dynamic link library.
Dll(long) - Constructor for class stec.jenie.Dll
Constructs a new native dynamic link library.
DOUBLE - Class in stec.jenie
Represents a native 64-bit floating point value.
DOUBLE() - Constructor for class stec.jenie.DOUBLE
Constructs a new double.
DOUBLE(double) - Constructor for class stec.jenie.DOUBLE
Constucts a new double set to the specified value.
DOUBLE(DOUBLE) - Constructor for class stec.jenie.DOUBLE
Constucts a new double set to the specified value.
DOUBLE(Pointer) - Constructor for class stec.jenie.DOUBLE
Constructs a new double from the specified pointer to a double.
DOUBLEArray - Class in stec.jenie
Represents a native array of 64-bit floating point values.
DOUBLEArray(int) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new one dimensional array of 64-bit floating point values of the specified number of 64-bit floating point values.
DOUBLEArray(int, int) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new two dimensional array of 64-bit floating point values of the specified number of 64-bit floating point values.
DOUBLEArray(int, int, int) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new three dimensional array of 64-bit floating point values of the specified number of 64-bit floating point values.
DOUBLEArray(int[]) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new n-dimensional array of 64-bit floating point values of the specified number of 64-bit floating point values.
DOUBLEArray(DOUBLEArray) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new n-dimensional array of 64-bit floating point values with the same number of dimensions and size of each dimension as the specified 64-bit floating point native array.
DOUBLEArray(Pointer, int) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new one dimensional array of 64-bit floating point values from the specified pointer to a one dimensional array of 64-bit floating point values of the specified number of 64-bit floating point values.
DOUBLEArray(Pointer, int, int) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new two dimensional array of 64-bit floating point values from the specified pointer to a two dimensional array of 64-bit floating point values of the specified number of 64-bit floating point values.
DOUBLEArray(Pointer, int, int, int) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new three dimensional array of 64-bit floating point values from the specified pointer to a three dimensional array of 64-bit floating point values of the specified number of 64-bit floating point values.
DOUBLEArray(Pointer, int[]) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new n-dimensional array of 64-bit floating point values from the specified pointer to a n-dimensional array of 64-bit floating point values of the specified number of 64-bit floating point values.
DOUBLEArray(Pointer, DOUBLEArray) - Constructor for class stec.jenie.DOUBLEArray
Constructs a new n-dimensional array of 64-bit floating point values from the specified pointer to a n-dimensional array of 64-bit floating point values with the same number of dimensions and size of each dimension as the specified signed 64-bit floating point native array.

E

equals(Object) - Method in class stec.jenie.AnsiString
Returns whether this ANSI string equals the specified ANSI string.
equals(Object) - Method in class stec.jenie.BOOL
Returns whether this boolean equals the specified boolean.
equals(Object) - Method in class stec.jenie.BOOLArray
Returns whether this array of booleans equals the specified object.
equals(Object) - Method in class stec.jenie.Dll
Returns whether this dynamic link library equals the specified dynamic link library.
equals(Object) - Method in class stec.jenie.DOUBLE
Returns whether this double equals the specified double.
equals(Object) - Method in class stec.jenie.DOUBLEArray
Returns whether this array of 64-bit floating point values equals the specified object.
equals(Object) - Method in class stec.jenie.FLOAT
Returns whether this float equals the specified float.
equals(Object) - Method in class stec.jenie.FLOATArray
Returns whether this array of 32-bit floating point values equals the specified object.
equals(Object) - Method in class stec.jenie.Function
Returns whether this native function equals the specified native function.
equals(Object) - Method in class stec.jenie.INT
Returns whether this signed integer equals the specified signed integer.
equals(Object) - Method in class stec.jenie.INT16
Returns whether this signed 16-bit integer equals the specified signed 16-bit integer.
equals(Object) - Method in class stec.jenie.INT16Array
Returns whether this array of signed 16-bit integers equals the specified object.
equals(Object) - Method in class stec.jenie.INT32
Returns whether this signed 32-bit integer equals the specified signed 32-bit integer.
equals(Object) - Method in class stec.jenie.INT32Array
Returns whether this array of signed 32-bit integers equals the specified object.
equals(Object) - Method in class stec.jenie.INT64
Returns whether this signed 64-bit integer equals the specified signed 64-bit integer.
equals(Object) - Method in class stec.jenie.INT64Array
Returns whether this array of signed 64-bit integers equals the specified object.
equals(Object) - Method in class stec.jenie.INT8
Returns whether this signed 8-bit integer equals the specified signed 8-bit integer.
equals(Object) - Method in class stec.jenie.INT8Array
Returns whether this array of signed 8-bit integers equals the specified object.
equals(Object) - Method in class stec.jenie.INTArray
Returns whether this array of signed integers equals the specified object.
equals(Object) - Method in class stec.jenie.NativeArray
Returns whether this native array equals the specified native array.
equals(Object) - Method in class stec.jenie.NativeBuffer
Returns whether this native buffer equals the specified native buffer.
equals(Object) - Method in class stec.jenie.NativeObject
Returns whether this native object equals the specified native object.
equals(Object) - Method in class stec.jenie.Pointer
Returns whether this pointer equals the specified pointer.
equals(Object) - Method in class stec.jenie.PointerArray
Returns whether this array of pointers equals the specified object.
equals(Object) - Method in class stec.jenie.Structure
Returns whether this structure equals the specified structure.
equals(Object) - Method in class stec.jenie.StructureArray
Returns whether this array of structures equals the specified object.
equals(Object) - Method in class stec.jenie.UINT
Returns whether this unsigned integer equals the specified unsigned integer.
equals(Object) - Method in class stec.jenie.UINT16
Returns whether this unsigned 16-bit integer equals the specified unsigned 16-bit integer.
equals(Object) - Method in class stec.jenie.UINT16Array
Returns whether this array of unsigned 16-bit integers equals the specified object.
equals(Object) - Method in class stec.jenie.UINT32
Returns whether this unsigned 32-bit integer equals the specified unsigned 32-bit integer.
equals(Object) - Method in class stec.jenie.UINT32Array
Returns whether this array of unsigned 32-bit integers equals the specified object.
equals(Object) - Method in class stec.jenie.UINT64
Returns whether this unsigned 64-bit integer equals the specified unsigned 64-bit integer.
equals(Object) - Method in class stec.jenie.UINT64Array
Returns whether this array of unsigned 64-bit integers equals the specified array of unsigned 64-bit integers.
equals(Object) - Method in class stec.jenie.UINT8
Returns whether this unsigned 8-bit integer equals the specified unsigned 8-bit integer.
equals(Object) - Method in class stec.jenie.UINT8Array
Returns whether this array of unsigned 8-bit integers equals the specified object.
equals(Object) - Method in class stec.jenie.UINTArray
Returns whether this array of unsigned integers equals the specified object.
equals(Object) - Method in class stec.jenie.Union
Returns whether this union equals the specified union.
equals(Object) - Method in class stec.jenie.UnionArray
Returns whether this array of unions equals the specified object.
equals(Object) - Method in class stec.jenie.WideString
Returns whether this wide string equals the specified wide string.
equalsIgnoreCase(AnsiString) - Method in class stec.jenie.AnsiString
Returns whether this ANSI string equals ignoring case the specified ANSI string.
equalsIgnoreCase(WideString) - Method in class stec.jenie.WideString
Returns whether this wide string equals ignoring case the specified wide string.

F

FLOAT - Class in stec.jenie
Represents a native 32-bit floating point value.
FLOAT() - Constructor for class stec.jenie.FLOAT
Constructs a new float.
FLOAT(float) - Constructor for class stec.jenie.FLOAT
Constucts a new float set to the specified value.
FLOAT(FLOAT) - Constructor for class stec.jenie.FLOAT
Constucts a new float set to the specified value.
FLOAT(Pointer) - Constructor for class stec.jenie.FLOAT
Constructs a new float from the specified pointer to a float.
FLOATArray - Class in stec.jenie
Represents a native array of 32-bit floating point values.
FLOATArray(int) - Constructor for class stec.jenie.FLOATArray
Constructs a new one dimensional array of 32-bit floating point values of the specified number of 32-bit floating point values.
FLOATArray(int, int) - Constructor for class stec.jenie.FLOATArray
Constructs a new two dimensional array of 32-bit floating point values of the specified number of 32-bit floating point values.
FLOATArray(int, int, int) - Constructor for class stec.jenie.FLOATArray
Constructs a new three dimensional array of 32-bit floating point values of the specified number of 32-bit floating point values.
FLOATArray(int[]) - Constructor for class stec.jenie.FLOATArray
Constructs a new n-dimensional array of 32-bit floating point values of the specified number of 32-bit floating point values.
FLOATArray(FLOATArray) - Constructor for class stec.jenie.FLOATArray
Constructs a new n-dimensional array of 32-bit floating point values with the same number of dimensions and size of each dimension as the specified 32-bit floating point native array.
FLOATArray(Pointer, int) - Constructor for class stec.jenie.FLOATArray
Constructs a new one dimensional array of 32-bit floating point values from the specified pointer to a one dimensional array of 32-bit floating point values of the specified number of 32-bit floating point values.
FLOATArray(Pointer, int, int) - Constructor for class stec.jenie.FLOATArray
Constructs a new two dimensional array of 32-bit floating point values from the specified pointer to a two dimensional array of 32-bit floating point values of the specified number of 32-bit floating point values.
FLOATArray(Pointer, int, int, int) - Constructor for class stec.jenie.FLOATArray
Constructs a new three dimensional array of 32-bit floating point values from the specified pointer to a three dimensional array of 32-bit floating point values of the specified number of 32-bit floating point values.
FLOATArray(Pointer, int[]) - Constructor for class stec.jenie.FLOATArray
Constructs a new n-dimensional array of 32-bit floating point values from the specified pointer to a n-dimensional array of 32-bit floating point values of the specified number of 32-bit floating point values.
FLOATArray(Pointer, FLOATArray) - Constructor for class stec.jenie.FLOATArray
Constructs a new n-dimensional array of 32-bit floating point values from the specified pointer to a n-dimensional array of 32-bit floating point values with the same number of dimensions and size of each dimension as the specified signed 32-bit floating point native array.
free() - Method in class stec.jenie.Callback
Used to free this callback.
free() - Method in class stec.jenie.NativeBuffer
Frees this native buffer.
Function - Class in stec.jenie
Represents a reference to a native function.
Function(Dll, String) - Constructor for class stec.jenie.Function
Constructs a new reference to a native function.
Function(long) - Constructor for class stec.jenie.Function
Constructs a new reference to a native function.
Function(Dll, String, int) - Constructor for class stec.jenie.Function
Constructs a new reference to a native function.

G

get(int, byte[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the bytes from this native buffer starting at the specified offset into the specified byte array.
get(int, short[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the shorts from this native buffer starting at the specified offset into the specified short array.
get(int, char[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the characters from this native buffer starting at the specified offset into the specified character array.
get(int, int[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the integers from this native buffer starting at the specified offset into the specified integer array.
get(int, long[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the longs from this native buffer starting at the specified offset into the specified long array.
get(int, float[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the floats from this native buffer starting at the specified offset into the specified float array.
get(int, double[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the doubles from this native buffer starting at the specified offset into the specified double array.
get(byte[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the bytes from this native buffer into the specified byte array.
get(short[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the shorts from this native buffer into the specified short array.
get(char[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the characters from this native buffer into the specified character array.
get(int[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the integers from this native buffer into the specified integer array.
get(long[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the longs from this native buffer into the specified long array.
get(float[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the floats from this native buffer into the specified float array.
get(double[], int, int) - Method in class stec.jenie.NativeBuffer
Copies the doubles from this native buffer into the specified double array.
getAlignment() - Method in class stec.jenie.NativeObject
Returns the alignment of this native object.
getAlignment() - Method in class stec.jenie.Structure
Returns the alignment of this structure.
getAnsiString(int) - Method in class stec.jenie.NativeBuffer
Returns the ANSI string at the specified offset into this native buffer.
getAnsiString() - Method in class stec.jenie.NativeBuffer
Returns the ANSI string from this native buffer.
getAnsiStringLength(int) - Method in class stec.jenie.NativeBuffer
Returns the length of the ANSI string at the specified offset into this native buffer.
getAnsiStringLength() - Method in class stec.jenie.NativeBuffer
Returns the length of the ANSI string in this native buffer.
getCallbackHandling() - Method in class stec.jenie.Callback
Returns how callbacks are handled.
getCallingConvention() - Method in class stec.jenie.Callback
Returns the calling convention.
getCallingConvention() - Method in class stec.jenie.Function
Returns the calling convention.
getDimensions() - Method in class stec.jenie.NativeArray
Returns the dimensions of this native array.
getDouble(int) - Method in class stec.jenie.NativeBuffer
Returns the double at the specified offset into this native buffer.
getDouble() - Method in class stec.jenie.NativeBuffer
Returns the double from this native buffer.
getElementSize() - Method in class stec.jenie.NativeArray
Returns the element size of this native array.
getErrorCode() - Method in exception stec.jenie.NativeException
Returns the native error code of the NativeException.
getFloat(int) - Method in class stec.jenie.NativeBuffer
Returns the float at the specified offset into this native buffer.
getFloat() - Method in class stec.jenie.NativeBuffer
Returns the float form this native buffer.
getFunction(String) - Method in class stec.jenie.Dll
Returns a reference to a native function.
getFunction(String, int) - Method in class stec.jenie.Dll
Returns a reference to a native function.
getInt(int) - Method in class stec.jenie.NativeBuffer
Returns the integer at the specified offset into this native buffer.
getInt() - Method in class stec.jenie.NativeBuffer
Returns the integer from this native buffer.
getInt16(int) - Method in class stec.jenie.NativeBuffer
Returns the int16 at the specified offset into this native buffer.
getInt16() - Method in class stec.jenie.NativeBuffer
Returns the int16 from this native buffer.
getInt32(int) - Method in class stec.jenie.NativeBuffer
Returns the int32 at the specified offset into this native buffer.
getInt32() - Method in class stec.jenie.NativeBuffer
Returns the int32 from this native buffer.
getInt64(int) - Method in class stec.jenie.NativeBuffer
Returns the int64 at the specified offset into this native buffer.
getInt64() - Method in class stec.jenie.NativeBuffer
Returns the int64 from this native buffer.
getInt8(int) - Method in class stec.jenie.NativeBuffer
Returns the int8 at the specified offset into this native buffer.
getInt8() - Method in class stec.jenie.NativeBuffer
Returns the int8 from this native buffer.
getLibrary() - Static method in class stec.jenie.Jenie
Returns the name of the native library being used.
getMemberAt(int) - Method in class stec.jenie.Structure
Returns the member of this structure at the specified index.
getMemberAt(int) - Method in class stec.jenie.Union
Returns the member of this union at the specified index.
getMembers() - Method in class stec.jenie.Structure
Returns the members of this structure.
getMembers() - Method in class stec.jenie.Union
Returns the members of this union.
getNativeAddress() - Method in class stec.jenie.Callback
Returns the native address of this callback.
getNativeAddress() - Method in class stec.jenie.Dll
Returns the native address of this dll.
getNativeAddress() - Method in class stec.jenie.Function
Returns the native address of this function.
getNativeAddress() - Method in class stec.jenie.NativeBuffer
Returns the native address from this native buffer.
getNativeAddress() - Method in class stec.jenie.NativeObject
Returns the native address of the native buffer.
getNativeBuffer() - Method in class stec.jenie.NativeObject
Returns the native buffer.
getNativeBufferHandle() - Method in class stec.jenie.NativeObject
Returns the native handle to the native buffer.
getNativeBufferHandle() - Method in interface stec.jenie.NativeParameter
Returns the native handle to the native buffer.
getOffset(int[]) - Method in class stec.jenie.NativeArray
Returns the byte offset into the native array of the specified indexes.
getOffset(int, int) - Method in class stec.jenie.NativeArray
Returns the byte offset into the native array of the specified row and column.
getOffset(int, int, int) - Method in class stec.jenie.NativeArray
Returns the byte offset into the native array of the specified row and column.
getOffset(int) - Method in class stec.jenie.NativeArray
Returns the byte offset into the native array of the specified index.
getParameters() - Method in class stec.jenie.Callback
Returns any parameters.
getPointer(int) - Method in class stec.jenie.NativeBuffer
Returns the native pointer at the specified offset into this native buffer.
getPointer() - Method in class stec.jenie.NativeBuffer
Returns the native pointer from this native buffer.
getReturnValue() - Method in class stec.jenie.Callback
Returns any return value.
getRootCause() - Method in exception stec.jenie.NativeException
Returns the native error code of the NativeException.
getValue() - Method in class stec.jenie.AnsiString
Returns a String representation of this ANSI string.
getValue() - Method in class stec.jenie.BOOL
Returns the current value.
getValue() - Method in class stec.jenie.DOUBLE
Returns the current value.
getValue() - Method in class stec.jenie.FLOAT
Returns the current value.
getValue() - Method in class stec.jenie.INT
Returns the current value.
getValue() - Method in class stec.jenie.INT16
Returns the current value.
getValue() - Method in class stec.jenie.INT32
Returns the current value.
getValue() - Method in class stec.jenie.INT64
Returns the current value.
getValue() - Method in class stec.jenie.INT8
Returns the current value.
getValue() - Method in class stec.jenie.Pointer
Returns the current value.
getValue() - Method in class stec.jenie.UINT
Returns the current value.
getValue() - Method in class stec.jenie.UINT16
Returns the current value.
getValue() - Method in class stec.jenie.UINT32
Returns the current value.
getValue() - Method in class stec.jenie.UINT64
Returns the current value.
getValue() - Method in class stec.jenie.UINT8
Returns the current value.
getValue() - Method in class stec.jenie.WideString
Returns a String representation of this wide string.
getValueAt(int) - Method in class stec.jenie.BOOLArray
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.BOOLArray
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.BOOLArray
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.BOOLArray
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.DOUBLEArray
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.DOUBLEArray
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.DOUBLEArray
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.DOUBLEArray
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.FLOATArray
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.FLOATArray
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.FLOATArray
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.FLOATArray
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.INT16Array
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.INT16Array
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.INT16Array
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.INT16Array
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.INT32Array
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.INT32Array
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.INT32Array
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.INT32Array
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.INT64Array
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.INT64Array
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.INT64Array
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.INT64Array
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.INT8Array
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.INT8Array
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.INT8Array
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.INT8Array
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.INTArray
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.INTArray
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.INTArray
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.INTArray
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.PointerArray
Returns the pointer at the specified index.
getValueAt(int, int) - Method in class stec.jenie.PointerArray
Returns the pointer at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.PointerArray
Returns the pointer at the specified index.
getValueAt(int[]) - Method in class stec.jenie.PointerArray
Returns the pointer at the specified index.
getValueAt(int) - Method in class stec.jenie.StructureArray
Returns the structure at the specified index.
getValueAt(int, int) - Method in class stec.jenie.StructureArray
Returns the structure at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.StructureArray
Returns the structure at the specified index.
getValueAt(int[]) - Method in class stec.jenie.StructureArray
Returns the structure at the specified index.
getValueAt(int) - Method in class stec.jenie.UINT16Array
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.UINT16Array
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.UINT16Array
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.UINT16Array
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.UINT32Array
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.UINT32Array
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.UINT32Array
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.UINT32Array
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.UINT64Array
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.UINT64Array
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.UINT64Array
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.UINT64Array
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.UINT8Array
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.UINT8Array
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.UINT8Array
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.UINT8Array
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.UINTArray
Returns the value at the specified index.
getValueAt(int, int) - Method in class stec.jenie.UINTArray
Returns the value at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.UINTArray
Returns the value at the specified index.
getValueAt(int[]) - Method in class stec.jenie.UINTArray
Returns the value at the specified index.
getValueAt(int) - Method in class stec.jenie.UnionArray
Returns the union at the specified index.
getValueAt(int, int) - Method in class stec.jenie.UnionArray
Returns the union at the specified index.
getValueAt(int, int, int) - Method in class stec.jenie.UnionArray
Returns the union at the specified index.
getValueAt(int[]) - Method in class stec.jenie.UnionArray
Returns the union at the specified index.
getWideString(int) - Method in class stec.jenie.NativeBuffer
Returns the wide string at the specified offset into this native buffer.
getWideString() - Method in class stec.jenie.NativeBuffer
Returns the wide string from this native buffer.
getWideStringLength(int) - Method in class stec.jenie.NativeBuffer
Returns the length of the wide string at the specified offset into this native buffer.
getWideStringLength() - Method in class stec.jenie.NativeBuffer
Returns the length of the wide string in this native buffer.

H

HANDLE - Class in stec.jenie
Represents a native handle value.
HANDLE() - Constructor for class stec.jenie.HANDLE
Constructs a new handle.
HANDLE(NativeObject) - Constructor for class stec.jenie.HANDLE
Constucts a new handle pointing to the specified native object.
HANDLE(long) - Constructor for class stec.jenie.HANDLE
Constucts a new handle pointing to the specified location.
HANDLE(long, int) - Constructor for class stec.jenie.HANDLE
Constucts a new handle pointing to the specified location.
HANDLE(Callback) - Constructor for class stec.jenie.HANDLE
Constucts a new handle pointing to the specified callback.
HANDLEArray - Class in stec.jenie
Represents a native array of native handles.
HANDLEArray(int) - Constructor for class stec.jenie.HANDLEArray
Constructs a new one dimensional array of handles of specified number of handles.
HANDLEArray(int, int) - Constructor for class stec.jenie.HANDLEArray
Constructs a new two dimensional array of handles of specified number of handles.
HANDLEArray(int, int, int) - Constructor for class stec.jenie.HANDLEArray
Constructs a new three dimensional array of handles of specified number of handles.
HANDLEArray(int[]) - Constructor for class stec.jenie.HANDLEArray
Constructs a new n-dimensional array of handles of specified number of handles.
HANDLEArray(HANDLEArray) - Constructor for class stec.jenie.HANDLEArray
Constructs a new n-dimensional array of handles with the same number of dimensions and size of each dimension as the specified n-dimensional array of handles.
HANDLEArray(HANDLE, int) - Constructor for class stec.jenie.HANDLEArray
Constructs a new one dimensional array of handles from the specified handle to a one dimensional array of handles of specified number of handles.
HANDLEArray(HANDLE, int, int) - Constructor for class stec.jenie.HANDLEArray
Constructs a new two dimensional array of handles from the specified handle to a two dimensional array of handles of specified number of handles.
HANDLEArray(HANDLE, int, int, int) - Constructor for class stec.jenie.HANDLEArray
Constructs a new three dimensional array of handles from the specified handle to a three dimensional array of handles of specified number of handles.
HANDLEArray(HANDLE, int[]) - Constructor for class stec.jenie.HANDLEArray
Constructs a new n-dimensional array of handles from the specified handle to a n-dimensional array of handles of specified number of handles.
HANDLEArray(HANDLE, HANDLEArray) - Constructor for class stec.jenie.HANDLEArray
Constructs a new n-dimensional array of handles from the specified handle to a n-dimensional array of handles with the same number of dimensions and size of each dimension as the specified n-dimensional array of handles.
hashCode() - Method in class stec.jenie.AnsiString
Returns the hash code of this ANSI string.
hashCode() - Method in class stec.jenie.BOOL
Returns the hash code of this boolean.
hashCode() - Method in class stec.jenie.Dll
Returns the hash code of this dynamic link library.
hashCode() - Method in class stec.jenie.DOUBLE
Returns the hash code of this double.
hashCode() - Method in class stec.jenie.FLOAT
Returns the hash code of this float.
hashCode() - Method in class stec.jenie.Function
Returns the hash code of this native function.
hashCode() - Method in class stec.jenie.INT
Returns the hash code of this signed integer.
hashCode() - Method in class stec.jenie.INT16
Returns the hash code of this signed 16-bit integer.
hashCode() - Method in class stec.jenie.INT32
Returns the hash code of this signed 32-bit integer.
hashCode() - Method in class stec.jenie.INT64
Returns the hash code of this signed 64-bit integer.
hashCode() - Method in class stec.jenie.INT8
Returns the hash code of this signed 8-bit integer.
hashCode() - Method in class stec.jenie.NativeBuffer
Returns the hash code of this native buffer.
hashCode() - Method in class stec.jenie.NativeObject
Returns the hash code of the native buffer.
hashCode() - Method in class stec.jenie.Pointer
Returns the hash code of this pointer.
hashCode() - Method in class stec.jenie.UINT
Returns the hash code of this unsigned integer.
hashCode() - Method in class stec.jenie.UINT16
Returns the hash code of this unsigned 16-bit integer.
hashCode() - Method in class stec.jenie.UINT32
Returns the hash code of this unsigned 32-bit integer.
hashCode() - Method in class stec.jenie.UINT64
Returns the hash code of this unsigned 64-bit integer.
hashCode() - Method in class stec.jenie.UINT8
Returns the hash code of this unsigned 8-bit integer.
hashCode() - Method in class stec.jenie.WideString
Returns the hash code of this wide string.

I

i2a(int) - Static method in class stec.jenie.NativeArray
Returns a one dimension integer array containing the specified value as its only element.
i2a(int, int) - Static method in class stec.jenie.NativeArray
Returns a two dimensions integer array containing the specified values as its element values.
i2a(int, int, int) - Static method in class stec.jenie.NativeArray
Returns a three dimensions integer array containing the specified values as its element values.
initialize - Static variable in class stec.jenie.NativeBuffer
Whether this native buffer should be initialized when it is allocated.
INT - Class in stec.jenie
Represents a native signed integer value.
INT() - Constructor for class stec.jenie.INT
Constructs a new signed integer.
INT(long) - Constructor for class stec.jenie.INT
Constucts a new signed integer set to the specified value.
INT(INT) - Constructor for class stec.jenie.INT
Constucts a new signed integer set to the specified value.
INT(Pointer) - Constructor for class stec.jenie.INT
Constructs a new signed integer from the specified pointer to a signed integer.
INT16 - Class in stec.jenie
Represents a native signed 16-bit integer value.
INT16() - Constructor for class stec.jenie.INT16
Constructs a new signed 16-bit integer.
INT16(short) - Constructor for class stec.jenie.INT16
Constucts a new signed 16-bit integer set to the specified value.
INT16(INT16) - Constructor for class stec.jenie.INT16
Constucts a new signed 16-bit integer set to the specified value.
INT16(Pointer) - Constructor for class stec.jenie.INT16
Constructs a new signed 16-bit integer from the specified pointer to an signed 16-bit integer.
INT16Array - Class in stec.jenie
Represents a native array of signed 16-bit integers.
INT16Array(int) - Constructor for class stec.jenie.INT16Array
Constructs a new one dimensional array of signed 16-bit integers of the specified number of signed 16-bit integers.
INT16Array(int, int) - Constructor for class stec.jenie.INT16Array
Constructs a new two dimensional array of signed 16-bit integers of the specified number of signed 16-bit integers.
INT16Array(int, int, int) - Constructor for class stec.jenie.INT16Array
Constructs a new three dimensional array of signed 16-bit integers of the specified number of signed 16-bit integers.
INT16Array(int[]) - Constructor for class stec.jenie.INT16Array
Constructs a new n-dimensional array of signed 16-bit integers of the specified number of signed 16-bit integers.
INT16Array(INT16Array) - Constructor for class stec.jenie.INT16Array
Constructs a new n-dimensional array of signed 16-bit integers with the same number of dimensions and size of each dimension as the specified n-dimensional array of signed 16-bit integers.
INT16Array(Pointer, int) - Constructor for class stec.jenie.INT16Array
Constructs a new one dimensional array of signed 16-bit integers from the specified pointer to a one dimensional array of signed 16-bit integers of the specified number of signed 16-bit integers.
INT16Array(Pointer, int, int) - Constructor for class stec.jenie.INT16Array
Constructs a new two dimensional array of signed 16-bit integers from the specified pointer to a two dimensional array of signed 16-bit integers of the specified number of signed 16-bit integers.
INT16Array(Pointer, int, int, int) - Constructor for class stec.jenie.INT16Array
Constructs a new three dimensional array of signed 16-bit integers from the specified pointer to a three dimensional array of signed 16-bit integers of the specified number of signed 16-bit integers.
INT16Array(Pointer, int[]) - Constructor for class stec.jenie.INT16Array
Constructs a new n-dimensional array of signed 16-bit integers from the specified pointer to a n-dimensional array of signed 16-bit integers of the specified number of signed 16-bit integers.
INT16Array(Pointer, INT16Array) - Constructor for class stec.jenie.INT16Array
Constructs a new n-dimensional array of signed 16-bit integers from the specified pointer to a n-dimensional array of signed 16-bit integers with the same number of dimensions and size of each dimension as the specified n-dimensional array of signed 16-bit integers.
INT32 - Class in stec.jenie
Represents a native signed 32-bit integer value.
INT32() - Constructor for class stec.jenie.INT32
Constructs a new signed 32-bit integer.
INT32(int) - Constructor for class stec.jenie.INT32
Constucts a new signed 32-bit integer set to the specified value.
INT32(INT32) - Constructor for class stec.jenie.INT32
Constucts a new signed 32-bit integer set to the specified value.
INT32(Pointer) - Constructor for class stec.jenie.INT32
Constructs a new signed 32-bit integer from the specified pointer to an signed 32-bit integer.
INT32Array - Class in stec.jenie
Represents a native array of signed 32-bit integers.
INT32Array(int) - Constructor for class stec.jenie.INT32Array
Constructs a new one dimensional array of signed 32-bit integers of the specified number of signed 3