A B C D E F G H I J L M N O P R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractNativeMemory - Class in de.ibapl.jnhw.common.memory
- AbstractNativeMemory(AbstractNativeMemory, long, long) - Constructor for class de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
Creates a new memory which will be freed at the end of life.
- AbstractNativeMemory(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
Create a static memory slice which will NOT be freed - its static.
- AbstractNativeMemory.SetMem - Enum in de.ibapl.jnhw.common.memory
- ALIGN_IN_STRUCT - Variable in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- ALIGN_OF - Variable in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- Alignment - Enum in de.ibapl.jnhw.common.memory.layout
- alignof - Variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- AlignOf - Annotation Type in de.ibapl.jnhw.common.annotation
- allocateMemory(AbstractNativeMemory, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- allocateMemory(AbstractNativeMemory, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- allocateMemory(AbstractNativeMemory, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- append(char) - Method in class de.ibapl.jnhw.common.util.OutputStreamAppender
- append(CharSequence) - Method in class de.ibapl.jnhw.common.util.OutputStreamAppender
- append(CharSequence, int, int) - Method in class de.ibapl.jnhw.common.util.OutputStreamAppender
- appendAddressMember(String, long) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendByteMember(String, byte) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendCharMember(String, char) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendFunctionPtrMember(String, NativeFunctionPointer) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendHexByteMember(String, byte) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendHexIntMember(String, int) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendHexLongMember(String, long) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendHexShortMember(String, short) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendIntMember(String, int) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendIntMember(String, int, IntFunction<String>) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendLongMember(String, long) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendMember(String, String, JsonStringBuilder.Appender, String) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendNativeAddressHolderMember(String, NativeAddressHolder) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendRawDataMember(String, byte[]) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendShortMember(String, short) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendStringMember(String, String) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendStruct32Member(String, Struct32) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendStructArray32Member(String, StructArray32<?>) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendTo(Appendable) - Method in interface de.ibapl.jnhw.common.util.JsonStringBuilder.Appender
- appendUnsignedByteMember(String, byte) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendUnsignedIntMember(String, int) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendUnsignedLongMember(String, long) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- appendUnsignedShortMember(String, short) - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- array - de.ibapl.jnhw.common.datatypes.BaseDataType
- array(long, long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- asInt() - Method in class de.ibapl.jnhw.common.memory.MapNativeToInt
- asInt(int) - Method in class de.ibapl.jnhw.common.memory.MapNativeToInt
- AsSignedInt - Class in de.ibapl.jnhw.common.memory
- AsSignedInt(BaseDataType, AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.AsSignedInt
- AsSignedLong - Class in de.ibapl.jnhw.common.memory
- AsSignedLong(BaseDataType, AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.AsSignedLong
- AsUnsignedInt - Class in de.ibapl.jnhw.common.memory
- AsUnsignedInt(BaseDataType, AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.AsUnsignedInt
- AsUnsignedLong - Class in de.ibapl.jnhw.common.memory
- AsUnsignedLong(BaseDataType, AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.AsUnsignedLong
- AT_1 - de.ibapl.jnhw.common.memory.layout.Alignment
- AT_16 - de.ibapl.jnhw.common.memory.layout.Alignment
-
aarch64 POSIX->signal.h -> ucontext_t
- AT_2 - de.ibapl.jnhw.common.memory.layout.Alignment
- AT_4 - de.ibapl.jnhw.common.memory.layout.Alignment
- AT_8 - de.ibapl.jnhw.common.memory.layout.Alignment
B
- baseAddress - Variable in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- BaseDataType - Enum in de.ibapl.jnhw.common.datatypes
- BitField(long, int, int) - Constructor for class de.ibapl.jnhw.common.memory.layout.FieldLayout.BitField
- bitfield__int16_t(long, int, int) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- bitfield__int32_t(long, int, int) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- bitfield__int64_t(long, int, int) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- bitfield__int8_t(long, int, int) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- bitfield__uint16_t(long, int, int) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- bitfield__uint32_t(long, int, int) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- bitfield__uint64_t(long, int, int) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- bitfield__uint8_t(long, int, int) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- bits - Variable in class de.ibapl.jnhw.common.memory.layout.FieldLayout.BitField
- ByteBufferUtils - Class in de.ibapl.jnhw.common.util
- ByteBufferUtils() - Constructor for class de.ibapl.jnhw.common.util.ByteBufferUtils
C
- calcBufferReadBytes(ByteBuffer) - Static method in class de.ibapl.jnhw.common.util.ByteBufferUtils
- calcBufferWriteBytes(ByteBuffer) - Static method in class de.ibapl.jnhw.common.util.ByteBufferUtils
- calcElementAlignmentInStruct(Alignment, Alignment) - Static method in enum de.ibapl.jnhw.common.memory.layout.Alignment
-
calculate the alignment of a field in a structure - the smalles alignment wins.
- calcNextOffset(Alignment, long) - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- calcOffsetForAlignment(AbstractNativeMemory, Alignment, long) - Static method in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
Neede for calculating baseaddress of onTheFly
- call(int) - Method in class de.ibapl.jnhw.common.nativecall.CallNative_I_V
-
call the native function.
- call(int, int, C) - Method in class de.ibapl.jnhw.common.nativecall.CallNative_I_I_Mem_V
-
call the native function.
- call(int, A, B) - Method in class de.ibapl.jnhw.common.nativecall.CallNative_I_Mem_Mem_V
-
call the native function.
- call(long) - Method in class de.ibapl.jnhw.common.nativecall.CallNative_IJ_V
-
this will call into the native code.
- call(long) - Method in class de.ibapl.jnhw.common.nativecall.CallNative_J_V
-
call the native function.
- call(long, long) - Method in class de.ibapl.jnhw.common.nativecall.CallNative_Mem_V
- call(A) - Method in class de.ibapl.jnhw.common.nativecall.CallNative_Mem_V
-
call the native function.
- callback() - Method in class de.ibapl.jnhw.common.callback.NativeRunnable
- callback(int) - Method in class de.ibapl.jnhw.common.callback.Callback_I_V
-
this will be called from the native code.
- callback(int) - Method in class de.ibapl.jnhw.common.callback.Callback_IJ_V
-
this will be called from the native code.
- callback(int, int, C) - Method in class de.ibapl.jnhw.common.callback.Callback_I_I_Mem_V
-
this will be called from the native code.
- callback(int, A, B) - Method in class de.ibapl.jnhw.common.callback.Callback_I_Mem_Mem_V
-
this will be called from the native code.
- callback(long) - Method in class de.ibapl.jnhw.common.callback.Callback_IJ_V
-
this will be called from the native code.
- callback(long) - Method in class de.ibapl.jnhw.common.callback.Callback_J_V
-
this will be called from the native code.
- callback(A) - Method in class de.ibapl.jnhw.common.callback.Callback_Mem_V
-
this will be called from the native code.
- Callback_I_I_Mem_V<C extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.callback
- Callback_I_I_Mem_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.callback.Callback_I_I_Mem_V
- Callback_I_I_Mem_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.callback.Callback_I_I_Mem_V
- Callback_I_I_Mem_V_Impl<C extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.callback
- Callback_I_I_Mem_V_Impl() - Constructor for class de.ibapl.jnhw.common.callback.Callback_I_I_Mem_V_Impl
- Callback_I_Mem_Mem_V<A extends AbstractNativeMemory,B extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.callback
- Callback_I_Mem_Mem_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.callback.Callback_I_Mem_Mem_V
- Callback_I_Mem_Mem_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.callback.Callback_I_Mem_Mem_V
- Callback_I_Mem_Mem_V_Impl<A extends AbstractNativeMemory,B extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.callback
- Callback_I_Mem_Mem_V_Impl() - Constructor for class de.ibapl.jnhw.common.callback.Callback_I_Mem_Mem_V_Impl
- Callback_I_V - Class in de.ibapl.jnhw.common.callback
- Callback_I_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.callback.Callback_I_V
- Callback_I_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.callback.Callback_I_V
- Callback_I_V_Impl - Class in de.ibapl.jnhw.common.callback
- Callback_I_V_Impl() - Constructor for class de.ibapl.jnhw.common.callback.Callback_I_V_Impl
- Callback_IJ_V - Class in de.ibapl.jnhw.common.callback
-
Callback with the current size of pointer
- Callback_IJ_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.callback.Callback_IJ_V
- Callback_IJ_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.callback.Callback_IJ_V
- Callback_IJ_V_Impl - Class in de.ibapl.jnhw.common.callback
- Callback_IJ_V_Impl() - Constructor for class de.ibapl.jnhw.common.callback.Callback_IJ_V_Impl
- Callback_J_V - Class in de.ibapl.jnhw.common.callback
- Callback_J_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.callback.Callback_J_V
- Callback_J_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.callback.Callback_J_V
- Callback_J_V_Impl - Class in de.ibapl.jnhw.common.callback
- Callback_J_V_Impl() - Constructor for class de.ibapl.jnhw.common.callback.Callback_J_V_Impl
- Callback_Mem_V<A extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.callback
- Callback_Mem_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.callback.Callback_Mem_V
- Callback_Mem_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.callback.Callback_Mem_V
- Callback_Mem_V_Impl<A extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.callback
- Callback_Mem_V_Impl() - Constructor for class de.ibapl.jnhw.common.callback.Callback_Mem_V_Impl
- Callback_NativeRunnable - Class in de.ibapl.jnhw.common.callback
- callbacksAvailable() - Static method in class de.ibapl.jnhw.common.callback.Callback_I_I_Mem_V_Impl
-
this is just an estimation ...
- callbacksAvailable() - Static method in class de.ibapl.jnhw.common.callback.Callback_I_Mem_Mem_V_Impl
-
this is just an estimation ...
- callbacksAvailable() - Static method in class de.ibapl.jnhw.common.callback.Callback_I_V_Impl
-
this is just an estimation ...
- callbacksAvailable() - Static method in class de.ibapl.jnhw.common.callback.Callback_IJ_V_Impl
-
this is just an estimation ...
- callbacksAvailable() - Static method in class de.ibapl.jnhw.common.callback.Callback_J_V_Impl
-
this is just an estimation ...
- callbacksAvailable() - Static method in class de.ibapl.jnhw.common.callback.Callback_Mem_V_Impl
-
this is just an estimation ...
- CallNative_I_I_Mem_V<C extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.nativecall
-
Call a native function pointer.
- CallNative_I_I_Mem_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_I_I_Mem_V
- CallNative_I_I_Mem_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_I_I_Mem_V
- CallNative_I_Mem_Mem_V<A extends AbstractNativeMemory,B extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.nativecall
-
Call a native function pointer.
- CallNative_I_Mem_Mem_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_I_Mem_Mem_V
- CallNative_I_Mem_Mem_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_I_Mem_Mem_V
- CallNative_I_V - Class in de.ibapl.jnhw.common.nativecall
-
Call a native function pointer.
- CallNative_I_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_I_V
- CallNative_I_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_I_V
- CallNative_IJ_V - Class in de.ibapl.jnhw.common.nativecall
-
Call a native function pointer.
- CallNative_IJ_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_IJ_V
- CallNative_IJ_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_IJ_V
- CallNative_J_V - Class in de.ibapl.jnhw.common.nativecall
-
Call a native function pointer.
- CallNative_J_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_J_V
- CallNative_J_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_J_V
- CallNative_Mem_V<A extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.nativecall
-
Call a native function pointer.
- CallNative_Mem_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_Mem_V
- CallNative_Mem_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativecall.CallNative_Mem_V
- checkIndex(OpaqueMemory32, int, int) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- checkIndex(OpaqueMemory64, long, long) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- CLEANER - Static variable in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- clear(OpaqueMemory32) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- clear(OpaqueMemory64) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- close() - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- copy(byte[], int, OpaqueMemory32, int, int) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- copy(byte[], int, OpaqueMemory64, long, int) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- copy(OpaqueMemory32, int, byte[], int, int) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- copy(OpaqueMemory64, long, byte[], int, int) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- copyMemory32(byte[], int, OpaqueMemory32, int, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- copyMemory32(byte[], int, OpaqueMemory32, int, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- copyMemory32(byte[], int, OpaqueMemory32, int, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- copyMemory32(OpaqueMemory32, int, byte[], int, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- copyMemory32(OpaqueMemory32, int, byte[], int, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- copyMemory32(OpaqueMemory32, int, byte[], int, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- copyMemory64(byte[], int, OpaqueMemory64, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- copyMemory64(byte[], int, OpaqueMemory64, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- copyMemory64(byte[], int, OpaqueMemory64, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- copyMemory64(OpaqueMemory64, long, byte[], int, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- copyMemory64(OpaqueMemory64, long, byte[], int, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- copyMemory64(OpaqueMemory64, long, byte[], int, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- create(StructArray32<T>, long) - Method in interface de.ibapl.jnhw.common.memory.StructArray32.ElementFactory
D
- DATA_TYPE - Static variable in class de.ibapl.jnhw.common.memory.Int16_t
- DATA_TYPE - Static variable in class de.ibapl.jnhw.common.memory.Int32_t
- DATA_TYPE - Static variable in class de.ibapl.jnhw.common.memory.Int64_t
- DATA_TYPE - Static variable in class de.ibapl.jnhw.common.memory.Int8_t
- DATA_TYPE - Static variable in class de.ibapl.jnhw.common.memory.Uint16_t
- DATA_TYPE - Static variable in class de.ibapl.jnhw.common.memory.Uint32_t
- DATA_TYPE - Static variable in class de.ibapl.jnhw.common.memory.Uint64_t
- DATA_TYPE - Static variable in class de.ibapl.jnhw.common.memory.Uint8_t
- de.ibapl.jnhw.common - module de.ibapl.jnhw.common
- de.ibapl.jnhw.common - package de.ibapl.jnhw.common
- de.ibapl.jnhw.common.annotation - package de.ibapl.jnhw.common.annotation
-
Annontations used by JNHW.
- de.ibapl.jnhw.common.callback - package de.ibapl.jnhw.common.callback
-
Native function pointers for calling back from native code.
- de.ibapl.jnhw.common.datatypes - package de.ibapl.jnhw.common.datatypes
-
Classes to handle differences is size and signess of native datatypes.
- de.ibapl.jnhw.common.exception - package de.ibapl.jnhw.common.exception
-
Exceptions thrown by native code of JNHW.
- de.ibapl.jnhw.common.memory - package de.ibapl.jnhw.common.memory
-
Classes to manage blocks of native memory.
- de.ibapl.jnhw.common.memory.layout - package de.ibapl.jnhw.common.memory.layout
-
Classes to store the layout of native memory.
- de.ibapl.jnhw.common.nativecall - package de.ibapl.jnhw.common.nativecall
-
Native function pointers for calling into native code.
- de.ibapl.jnhw.common.nativepointer - package de.ibapl.jnhw.common.nativepointer
-
Native function pointers for calling into native and for callin back from native code.
- de.ibapl.jnhw.common.util - package de.ibapl.jnhw.common.util
-
Utility classes for JNHW.
- Define - Annotation Type in de.ibapl.jnhw.common.annotation
- DO_NOT_SET - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- doAlignment(long) - Method in enum de.ibapl.jnhw.common.memory.layout.Alignment
-
AT_X enumn members will override this, it is basically an unsigned fivision by zero so there ip potential to optimize..
- doSystemLoad(String) - Static method in class de.ibapl.jnhw.common.LibJnhwCommonLoader
E
- equals(Object) - Method in class de.ibapl.jnhw.common.memory.NativeAddressHolder
- equals(Object) - Method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- equals(Object) - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- equals(Object) - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- errno - Variable in exception de.ibapl.jnhw.common.exception.NativeErrorException
- ERRNO_SYMBOL_PROVIDER - Static variable in exception de.ibapl.jnhw.common.exception.NativeErrorException
F
- FieldLayout - Class in de.ibapl.jnhw.common.memory.layout
- FieldLayout(long) - Constructor for class de.ibapl.jnhw.common.memory.layout.FieldLayout
- FieldLayout.BitField - Class in de.ibapl.jnhw.common.memory.layout
- FieldLayout.StructField - Class in de.ibapl.jnhw.common.memory.layout
- FieldLayout.UnionField - Class in de.ibapl.jnhw.common.memory.layout
- find(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.callback.Callback_I_I_Mem_V_Impl
- find(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.callback.Callback_I_Mem_Mem_V_Impl
- find(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.callback.Callback_I_V_Impl
- find(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.callback.Callback_IJ_V_Impl
- find(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.callback.Callback_J_V_Impl
- find(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.callback.Callback_Mem_V_Impl
- fixBufferPos(ByteBuffer, long) - Static method in class de.ibapl.jnhw.common.util.ByteBufferUtils
- flush() - Method in class de.ibapl.jnhw.common.util.OutputStreamAppender
- force - Variable in enum de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- FORCE_0x00 - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- FORCE_0x55 - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- FORCE_0xAA - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- FORCE_0xF0 - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- FORCE_0xFF - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- forEach(Consumer<? super T>) - Method in class de.ibapl.jnhw.common.memory.StructArray32
- formatAddress(long) - Static method in class de.ibapl.jnhw.common.util.JnhwFormater
-
formats an Address accorfing to 32 or 64 bit
- fromAlignof(int) - Static method in enum de.ibapl.jnhw.common.memory.layout.Alignment
- function - de.ibapl.jnhw.common.datatypes.BaseDataType
- function(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- FunctionPtr_I_I_Mem_V<C extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.nativepointer
- FunctionPtr_I_I_Mem_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_I_Mem_V
- FunctionPtr_I_I_Mem_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_I_Mem_V
- FunctionPtr_I_I_Mem_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_I_Mem_V
- FunctionPtr_I_Mem_Mem_V<A extends AbstractNativeMemory,B extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.nativepointer
- FunctionPtr_I_Mem_Mem_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_Mem_Mem_V
- FunctionPtr_I_Mem_Mem_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_Mem_Mem_V
- FunctionPtr_I_Mem_Mem_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_Mem_Mem_V
- FunctionPtr_I_V - Class in de.ibapl.jnhw.common.nativepointer
- FunctionPtr_I_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_V
- FunctionPtr_I_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_V
- FunctionPtr_I_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_I_V
- FunctionPtr_IJ_V - Class in de.ibapl.jnhw.common.nativepointer
- FunctionPtr_IJ_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_IJ_V
- FunctionPtr_IJ_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_IJ_V
- FunctionPtr_IJ_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_IJ_V
- FunctionPtr_J_V - Class in de.ibapl.jnhw.common.nativepointer
- FunctionPtr_J_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_J_V
- FunctionPtr_J_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_J_V
- FunctionPtr_Mem_V<A extends AbstractNativeMemory> - Class in de.ibapl.jnhw.common.nativepointer
- FunctionPtr_Mem_V(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_Mem_V
- FunctionPtr_Mem_V(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_Mem_V
- FunctionPtr_Mem_V(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.nativepointer.FunctionPtr_Mem_V
G
- get() - Method in class de.ibapl.jnhw.common.util.IntDefine
- get() - Method in class de.ibapl.jnhw.common.util.ObjectDefine
- get(int) - Method in class de.ibapl.jnhw.common.memory.StructArray32
- get(int, PointerArray32.ElementProducer<T>) - Method in class de.ibapl.jnhw.common.memory.PointerArray32
- getAlignment() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- getAlignment() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- getAlignmentOffset(long, Alignment) - Method in class de.ibapl.jnhw.common.memory.Memory32Heap
- getAsSignedInt() - Method in class de.ibapl.jnhw.common.memory.AsSignedInt
- getAsSignedLong() - Method in class de.ibapl.jnhw.common.memory.AsSignedLong
- getAsUnsignedInt() - Method in class de.ibapl.jnhw.common.memory.AsUnsignedInt
- getAsUnsignedLong() - Method in class de.ibapl.jnhw.common.memory.AsUnsignedLong
- getBaseDataType() - Method in class de.ibapl.jnhw.common.callback.NativeRunnable
- getBaseDataType() - Method in interface de.ibapl.jnhw.common.datatypes.Native
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.AsSignedInt
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.AsSignedLong
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.AsUnsignedInt
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.AsUnsignedLong
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Int16_t
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Int32_t
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Int64_t
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Int8_t
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.MapNativeToInt
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Memory32Heap
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Memory64Heap
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.PointerArray32
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Signed_Long
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Struct32
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.StructArray32
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Uint16_t
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Uint32_t
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Uint64_t
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Uint8_t
- getBaseDataType() - Method in class de.ibapl.jnhw.common.memory.Unsigned_Long
- getBitInInt(int, int) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getBitsInByte(byte, int, int) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getBitsInInt(int, int, int) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getBitsInLong(long, int, int) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getBitsInShort(short, int, int) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getByte(OpaqueMemory32, int) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- getByte(OpaqueMemory64, long) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- getLoadResult() - Static method in class de.ibapl.jnhw.common.LibJnhwCommonLoader
- getOffset() - Method in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
calc the offset
- getSigned_Long_Mapping() - Static method in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- getSignedIntOf(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getSignedIntOf_AsHex(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getSignedIntOf_nativeToString(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getSignedLongOf(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
Read any native mem, offset with tes size realsize and cast the result to long. so if realSize is 4, it will read 4 bytes (int32_t) and cast the result to long.
- getSignedLongOf_AsHex(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getSignedLongOf_nativeToString(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getSizeInBytes() - Method in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- getSizeInBytes() - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- getSizeInBytes() - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- getSizeInBytes(AbstractNativeMemory) - Static method in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
Get the size in bytes if instance.
- getSizeof() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- getSizeof() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- getUnicodeString(OpaqueMemory32, long, int, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- getUnicodeString(OpaqueMemory32, long, int, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getUnicodeString(OpaqueMemory32, long, int, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- getUnicodeStringLength(String) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- getUnicodeStringLength(String) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
underlying datatype is 16 bit wide, so multiply this by 2 for bytes needed!
- getUnicodeStringLength(String) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- getUnsigned_Long_Mapping() - Static method in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- getUnsignedIntOf(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
Read any native mem, offset with tes size realsize and cast the result to long. so if realSize is 4, it will read 4 bytes (uint32_t) and cast the result to long.
- getUnsignedIntOf_AsHex(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getUnsignedIntOf_nativeToString(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getUnsignedLongOf(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
Read any native mem, offset with tes size realsize and cast the result to long. so if realSize is 4, it will read 4 bytes (uint32_t) and cast the result to long.
- getUnsignedLongOf_AsHex(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getUnsignedLongOf_nativeToString(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- getUTF_8String(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- getUTF_8String(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
this is a NULL terminated string, so we have to fetch the complete string.
- getUTF_8String(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- getUTF_8StringLength(String) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- getUTF_8StringLength(String) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
In order to calculate the needed size in bytes, add a 1 for NULL termination!
- getUTF_8StringLength(String) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
H
- hashCode() - Method in class de.ibapl.jnhw.common.memory.NativeAddressHolder
- hashCode() - Method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- hashCode() - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- hashCode() - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
I
- Include - Annotation Type in de.ibapl.jnhw.common.annotation
- INSTANCE - Static variable in class de.ibapl.jnhw.common.callback.Callback_NativeRunnable
-
We only need one instance
- int16_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- int16_t - Annotation Type in de.ibapl.jnhw.common.annotation
- int16_t() - Method in class de.ibapl.jnhw.common.memory.Int16_t
- int16_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- int16_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- int16_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- int16_t(short) - Method in class de.ibapl.jnhw.common.memory.Int16_t
- int16_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int16_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int16_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int16_t(OpaqueMemory32, long, short) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int16_t(OpaqueMemory32, long, short) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int16_t(OpaqueMemory32, long, short) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- Int16_t - Class in de.ibapl.jnhw.common.memory
- Int16_t() - Constructor for class de.ibapl.jnhw.common.memory.Int16_t
- Int16_t(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Int16_t
- int16_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int16_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int16_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int16_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int16_t_nativeToString(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int16_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int32_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- int32_t - Annotation Type in de.ibapl.jnhw.common.annotation
- int32_t() - Method in class de.ibapl.jnhw.common.memory.Int32_t
- int32_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- int32_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- int32_t(int) - Method in class de.ibapl.jnhw.common.memory.Int32_t
- int32_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- int32_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int32_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int32_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int32_t(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int32_t(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int32_t(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- Int32_t - Class in de.ibapl.jnhw.common.memory
- Int32_t() - Constructor for class de.ibapl.jnhw.common.memory.Int32_t
- Int32_t(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Int32_t
- int32_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int32_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int32_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int32_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int32_t_nativeToString(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int32_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int64_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- int64_t - Annotation Type in de.ibapl.jnhw.common.annotation
- int64_t() - Method in class de.ibapl.jnhw.common.memory.Int64_t
- int64_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- int64_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- int64_t(long) - Method in class de.ibapl.jnhw.common.memory.Int64_t
- int64_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- int64_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int64_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int64_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int64_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int64_t(OpaqueMemory32, long, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int64_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- Int64_t - Class in de.ibapl.jnhw.common.memory
- Int64_t() - Constructor for class de.ibapl.jnhw.common.memory.Int64_t
- Int64_t(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Int64_t
- int64_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int64_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int64_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int64_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int64_t_nativeToString(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int64_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int8_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- int8_t - Annotation Type in de.ibapl.jnhw.common.annotation
- int8_t() - Method in class de.ibapl.jnhw.common.memory.Int8_t
- int8_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- int8_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- int8_t(byte) - Method in class de.ibapl.jnhw.common.memory.Int8_t
- int8_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- int8_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int8_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int8_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int8_t(OpaqueMemory32, long, byte) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int8_t(OpaqueMemory32, long, byte) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int8_t(OpaqueMemory32, long, byte) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int8_t(OpaqueMemory64, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int8_t(OpaqueMemory64, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int8_t(OpaqueMemory64, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int8_t(OpaqueMemory64, long, byte) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int8_t(OpaqueMemory64, long, byte) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int8_t(OpaqueMemory64, long, byte) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- Int8_t - Class in de.ibapl.jnhw.common.memory
- Int8_t() - Constructor for class de.ibapl.jnhw.common.memory.Int8_t
- Int8_t(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Int8_t
- int8_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int8_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int8_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- int8_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- int8_t_nativeToString(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- int8_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- IntDefine - Class in de.ibapl.jnhw.common.util
- IntDefine() - Constructor for class de.ibapl.jnhw.common.util.IntDefine
- intptr_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- intptr_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- intptr_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- intptr_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- intptr_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- intptr_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- intptr_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- intptr_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- intptr_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- intptr_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- intptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- intptr_t(OpaqueMemory32, long, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- intptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- intptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- intptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- intptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- intptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- intptr_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- intptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- intptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- intptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- intptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- intptr_t_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- intptr_t_AtIndex(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- intptr_t_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- intptr_t_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- intptr_t_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- intptr_t_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- intptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- intptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- intptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- intptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- intptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- intptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- isDefined() - Method in class de.ibapl.jnhw.common.util.IntDefine
- isDefined() - Method in class de.ibapl.jnhw.common.util.ObjectDefine
- isEqualsTo(int) - Method in class de.ibapl.jnhw.common.util.IntDefine
- isEqualsTo(long) - Method in class de.ibapl.jnhw.common.util.IntDefine
- isNULL() - Method in class de.ibapl.jnhw.common.memory.NativeAddressHolder
- isSameAddress(NativeAddressHolder, AbstractNativeMemory) - Static method in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
test if adresses are the same.
- isSameAddress(NativeFunctionPointer, NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- iterator() - Method in class de.ibapl.jnhw.common.memory.StructArray32
J
- JnhwFormater - Class in de.ibapl.jnhw.common.util
- JnhwFormater() - Constructor for class de.ibapl.jnhw.common.util.JnhwFormater
- JnhwMemoryAccessor - Class in de.ibapl.jnhw.common.memory
- JnhwMemoryAccessor() - Constructor for class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- JsonStringBuilder - Class in de.ibapl.jnhw.common.util
- JsonStringBuilder(Appendable, String, String) - Constructor for class de.ibapl.jnhw.common.util.JsonStringBuilder
- JsonStringBuilder(String, String) - Constructor for class de.ibapl.jnhw.common.util.JsonStringBuilder
- JsonStringBuilder.Appender - Interface in de.ibapl.jnhw.common.util
L
- length() - Method in class de.ibapl.jnhw.common.memory.PointerArray32
-
length is alway
>= 0 - length() - Method in class de.ibapl.jnhw.common.memory.StructArray32
-
length is alway
>= 0 - LIB_JNHW_COMMON - Static variable in class de.ibapl.jnhw.common.LibJnhwCommonLoader
- LIB_JNHW_COMMON_VERSION - Static variable in class de.ibapl.jnhw.common.LibJnhwCommonLoader
- LibJnhwCommonLoader - Class in de.ibapl.jnhw.common
- LOG - Static variable in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
M
- MapNativeToInt - Class in de.ibapl.jnhw.common.memory
- MapNativeToInt(BaseDataType, AbstractNativeMemory, int, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.MapNativeToInt
- mask - Variable in class de.ibapl.jnhw.common.memory.layout.FieldLayout.BitField
- max(Alignment...) - Method in class de.ibapl.jnhw.common.memory.layout.UnionLayout
- max(Alignment, Alignment) - Static method in enum de.ibapl.jnhw.common.memory.layout.Alignment
- MAX_CALL_BACKS() - Static method in class de.ibapl.jnhw.common.callback.Callback_I_I_Mem_V_Impl
- MAX_CALL_BACKS() - Static method in class de.ibapl.jnhw.common.callback.Callback_I_Mem_Mem_V_Impl
- MAX_CALL_BACKS() - Static method in class de.ibapl.jnhw.common.callback.Callback_I_V_Impl
- MAX_CALL_BACKS() - Static method in class de.ibapl.jnhw.common.callback.Callback_IJ_V_Impl
- MAX_CALL_BACKS() - Static method in class de.ibapl.jnhw.common.callback.Callback_J_V_Impl
- MAX_CALL_BACKS() - Static method in class de.ibapl.jnhw.common.callback.Callback_Mem_V_Impl
- MEM_ACCESS - Static variable in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- MEM_ACCESS_PROPERTY - Static variable in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- memberName - Variable in exception de.ibapl.jnhw.common.exception.NoSuchNativeTypeMemberException
- Memory32Heap - Class in de.ibapl.jnhw.common.memory
- Memory32Heap(AbstractNativeMemory, long, int, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Memory32Heap
- Memory32Heap(NativeAddressHolder, int) - Constructor for class de.ibapl.jnhw.common.memory.Memory32Heap
- Memory64Heap - Class in de.ibapl.jnhw.common.memory
- Memory64Heap(NativeAddressHolder, long) - Constructor for class de.ibapl.jnhw.common.memory.Memory64Heap
- Memory64Heap(OpaqueMemory64, long, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Memory64Heap
- MemoryAccessor - Interface in de.ibapl.jnhw.common.memory
- memset(OpaqueMemory32, byte) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- memset(OpaqueMemory64, byte) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- min(Alignment, Alignment) - Static method in enum de.ibapl.jnhw.common.memory.layout.Alignment
N
- Native - Interface in de.ibapl.jnhw.common.datatypes
- nativeAddress - Variable in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- NativeAddressHolder<T> - Class in de.ibapl.jnhw.common.memory
- NativeAddressHolder(long) - Constructor for class de.ibapl.jnhw.common.memory.NativeAddressHolder
-
Called from native code and test classes only
- NativeCallToJava - Interface in de.ibapl.jnhw.common.callback
-
Marker Interface that a known callback to Java is there...
- NativeErrorException - Exception in de.ibapl.jnhw.common.exception
-
This exceptions is thrown if the jni native code detects an error.
- NativeErrorException(int) - Constructor for exception de.ibapl.jnhw.common.exception.NativeErrorException
- NativeErrorException(int, String) - Constructor for exception de.ibapl.jnhw.common.exception.NativeErrorException
- NativeFunctionPointer - Class in de.ibapl.jnhw.common.memory
- NativeFunctionPointer(NativeAddressHolder) - Constructor for class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- NativeFunctionPointer(NativeFunctionPointer) - Constructor for class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- NativeFunctionPointer(Function<T, NativeAddressHolder>) - Constructor for class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- NativeFunctionPointer.Producer<A extends NativeFunctionPointer> - Interface in de.ibapl.jnhw.common.memory
- NativeIntNumber - Class in de.ibapl.jnhw.common.memory
- NativeIntNumber(int) - Constructor for class de.ibapl.jnhw.common.memory.NativeIntNumber
- NativeIntNumber(AbstractNativeMemory, long, int, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.NativeIntNumber
- NativeRunnable - Class in de.ibapl.jnhw.common.callback
- NativeRunnable() - Constructor for class de.ibapl.jnhw.common.callback.NativeRunnable
- nativeToHexString() - Method in class de.ibapl.jnhw.common.callback.NativeRunnable
- nativeToHexString() - Method in interface de.ibapl.jnhw.common.datatypes.Native
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.AsSignedInt
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.AsSignedLong
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.AsUnsignedInt
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.AsUnsignedLong
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Int16_t
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Int32_t
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Int64_t
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Int8_t
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.MapNativeToInt
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Memory32Heap
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Memory64Heap
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.PointerArray32
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Signed_Long
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Struct32
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.StructArray32
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Uint16_t
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Uint32_t
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Uint64_t
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Uint8_t
- nativeToHexString() - Method in class de.ibapl.jnhw.common.memory.Unsigned_Long
- nativeToString() - Method in interface de.ibapl.jnhw.common.datatypes.Native
- nativeToString() - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- nativeToString() - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- nativeToString(Appendable, String, String) - Method in interface de.ibapl.jnhw.common.datatypes.Native
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.AsSignedInt
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.AsSignedLong
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.AsUnsignedInt
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.AsUnsignedLong
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Int16_t
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Int32_t
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Int64_t
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Int8_t
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.MapNativeToInt
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.PointerArray32
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Signed_Long
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.StructArray32
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Uint16_t
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Uint32_t
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Uint64_t
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Uint8_t
- nativeToString(Appendable, String, String) - Method in class de.ibapl.jnhw.common.memory.Unsigned_Long
- nextOffset(AbstractNativeMemory, Alignment) - Method in class de.ibapl.jnhw.common.memory.Memory32Heap
- NoSuchNativeMethodException - Exception in de.ibapl.jnhw.common.exception
-
Thrown, if a method is not available on this specific platform.
- NoSuchNativeMethodException() - Constructor for exception de.ibapl.jnhw.common.exception.NoSuchNativeMethodException
- NoSuchNativeMethodException(String) - Constructor for exception de.ibapl.jnhw.common.exception.NoSuchNativeMethodException
- NoSuchNativeTypeException - Exception in de.ibapl.jnhw.common.exception
-
Thrown, if a member of an type is not available on this specific platform.
- NoSuchNativeTypeException() - Constructor for exception de.ibapl.jnhw.common.exception.NoSuchNativeTypeException
- NoSuchNativeTypeException(String) - Constructor for exception de.ibapl.jnhw.common.exception.NoSuchNativeTypeException
- NoSuchNativeTypeMemberException - Exception in de.ibapl.jnhw.common.exception
-
Thrown, if a member of an type is not available on this specific platform.
- NoSuchNativeTypeMemberException() - Constructor for exception de.ibapl.jnhw.common.exception.NoSuchNativeTypeMemberException
- NoSuchNativeTypeMemberException(String, String) - Constructor for exception de.ibapl.jnhw.common.exception.NoSuchNativeTypeMemberException
- NULL - Static variable in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- NULL - Static variable in class de.ibapl.jnhw.common.memory.NativeAddressHolder
O
- ObjectDefine<T> - Class in de.ibapl.jnhw.common.util
- ObjectDefine() - Constructor for class de.ibapl.jnhw.common.util.ObjectDefine
- of(byte[]) - Static method in class de.ibapl.jnhw.common.memory.Memory32Heap
- offset - Variable in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- offsetof(AbstractNativeMemory) - Static method in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
Get the offset of member to direct parent.
- ofUintptr_t(long) - Static method in class de.ibapl.jnhw.common.memory.NativeAddressHolder
- OpaqueMemory32 - Class in de.ibapl.jnhw.common.memory
-
The base class for any chunk (i.e. pointer to or structs) of native memory.
- OpaqueMemory32(AbstractNativeMemory, long, int, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.OpaqueMemory32
- OpaqueMemory32(NativeAddressHolder, int) - Constructor for class de.ibapl.jnhw.common.memory.OpaqueMemory32
-
Create a static memory slice which will NOT be freed - its static.
- OpaqueMemory32.OpaqueMemory32Producer<T extends OpaqueMemory32,P extends AbstractNativeMemory> - Interface in de.ibapl.jnhw.common.memory
- OpaqueMemory64 - Class in de.ibapl.jnhw.common.memory
-
The base class for any chunk (i.e. pointer to or structs) of native memory.
- OpaqueMemory64(NativeAddressHolder, long) - Constructor for class de.ibapl.jnhw.common.memory.OpaqueMemory64
-
Create a static memory slice which will NOT be freed - its static.
- OpaqueMemory64(OpaqueMemory64, long, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.OpaqueMemory64
- outOfBoundsByteArray(int, int, int) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- outOfBoundsMem(long, long, long) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- OutputStreamAppender - Class in de.ibapl.jnhw.common.util
- OutputStreamAppender(OutputStream) - Constructor for class de.ibapl.jnhw.common.util.OutputStreamAppender
P
- Packed - Annotation Type in de.ibapl.jnhw.common.annotation
- parent - Variable in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- pointer - de.ibapl.jnhw.common.datatypes.BaseDataType
-
the infamous void*
- PointerArray32<T extends OpaqueMemory32> - Class in de.ibapl.jnhw.common.memory
- PointerArray32(int, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.PointerArray32
- PointerArray32(int, OpaqueMemory32, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.PointerArray32
- PointerArray32.ElementProducer<T extends OpaqueMemory32> - Interface in de.ibapl.jnhw.common.memory
- printMemory(OpaqueMemory32, boolean) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- printMemory(OpaqueMemory64, boolean) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- printMemory(Appendable, OpaqueMemory32, boolean) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- printMemory(Appendable, OpaqueMemory64, boolean) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- produce(NativeAddressHolder) - Method in interface de.ibapl.jnhw.common.memory.NativeFunctionPointer.Producer
- produce(NativeAddressHolder, int, T) - Method in interface de.ibapl.jnhw.common.memory.PointerArray32.ElementProducer
- produce(NativeAddressHolder, P) - Method in interface de.ibapl.jnhw.common.memory.OpaqueMemory32.OpaqueMemory32Producer
R
- releaseObjectRef() - Method in class de.ibapl.jnhw.common.callback.NativeRunnable
-
release the object ref on the natice side to allow garbage collection of this object
S
- set(int, T) - Method in class de.ibapl.jnhw.common.memory.PointerArray32
- setBitInInt(int, int, boolean) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setBitsInByte(byte, int, int, byte) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setBitsInInt(int, int, int, int) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setBitsInLong(long, int, int, long) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setBitsInShort(short, int, int, short) - Static method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setByte(OpaqueMemory32, int, byte) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- setByte(OpaqueMemory64, long, byte) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- setFromSignedInt(int) - Method in class de.ibapl.jnhw.common.memory.AsSignedInt
- setFromSignedLong(long) - Method in class de.ibapl.jnhw.common.memory.AsSignedLong
- setFromUnsignedInt(int) - Method in class de.ibapl.jnhw.common.memory.AsUnsignedInt
- setFromUnsignedLong(long) - Method in class de.ibapl.jnhw.common.memory.AsUnsignedLong
- setMemory32(OpaqueMemory32, byte) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- setMemory32(OpaqueMemory32, byte) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setMemory32(OpaqueMemory32, byte) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- setMemory64(OpaqueMemory64, byte) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- setMemory64(OpaqueMemory64, byte) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setMemory64(OpaqueMemory64, byte) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- setMemTo(T, byte) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- setSignedIntOf(OpaqueMemory32, long, int, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setSignedLongOf(OpaqueMemory32, long, int, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setUnicodeString(String, int, OpaqueMemory32, long, int, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- setUnicodeString(String, int, OpaqueMemory32, long, int, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setUnicodeString(String, int, OpaqueMemory32, long, int, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- setUnsignedIntOf(OpaqueMemory32, long, int, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setUnsignedLongOf(OpaqueMemory32, long, int, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setUTF_8String(String, int, OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- setUTF_8String(String, int, OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- setUTF_8String(String, int, OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- shift - Variable in class de.ibapl.jnhw.common.memory.layout.FieldLayout.BitField
- signed_long() - Method in class de.ibapl.jnhw.common.memory.Signed_Long
- signed_long(long) - Method in class de.ibapl.jnhw.common.memory.Signed_Long
- signed_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- signed_long(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
access the native long (signed long) datatype.
- signed_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- signed_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- signed_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- signed_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- signed_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- signed_long(OpaqueMemory32, long, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
access the native long (signed long) datatype.
- signed_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- signed_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- signed_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- signed_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- Signed_Long - Class in de.ibapl.jnhw.common.memory
-
teh datatype signed long
- Signed_Long(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Signed_Long
- signed_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- signed_long_AtIndex(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
access the ith native unsigned long datatype.
- signed_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- signed_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- signed_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- signed_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- signed_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- signed_long_AtIndex(OpaqueMemory32, long, int, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
access the ith native unsigned long datatype.
- signed_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- signed_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- signed_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- signed_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- SIZE_OF - Variable in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- sizeInBytes - Variable in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- sizeInBytes - Variable in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- SizeOf - Annotation Type in de.ibapl.jnhw.common.annotation
- sizeOf_ObjectRef() - Static method in class de.ibapl.jnhw.common.callback.NativeRunnable
- spliterator() - Method in class de.ibapl.jnhw.common.memory.StructArray32
- struct - de.ibapl.jnhw.common.datatypes.BaseDataType
- struct(long, long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- struct(long, Alignment) - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- struct(long, Alignment) - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- STRUCT - de.ibapl.jnhw.common.memory.layout.StructLayoutFactory.Type
- Struct32 - Class in de.ibapl.jnhw.common.memory
- Struct32(AbstractNativeMemory, long, int, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Struct32
- Struct32(NativeAddressHolder, int) - Constructor for class de.ibapl.jnhw.common.memory.Struct32
- StructArray32<T extends OpaqueMemory32> - Class in de.ibapl.jnhw.common.memory
- StructArray32(AbstractNativeMemory, long, T[], StructArray32.ElementFactory<T>, int, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.StructArray32
- StructArray32(T[], StructArray32.ElementFactory<T>, int, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.StructArray32
- StructArray32.ElementFactory<T extends OpaqueMemory32> - Interface in de.ibapl.jnhw.common.memory
- StructField(long) - Constructor for class de.ibapl.jnhw.common.memory.layout.FieldLayout.StructField
-
Only for PRAGMA PACKED...
- StructLayout - Class in de.ibapl.jnhw.common.memory.layout
- StructLayout() - Constructor for class de.ibapl.jnhw.common.memory.layout.StructLayout
- StructLayoutFactory - Interface in de.ibapl.jnhw.common.memory.layout
- StructLayoutFactory.Type - Enum in de.ibapl.jnhw.common.memory.layout
- StructLayoutFactoryImpl - Class in de.ibapl.jnhw.common.memory.layout
- StructLayoutFactoryImpl(StructLayoutFactory.Type) - Constructor for class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- StructLayoutFactoryImpl(StructLayoutFactory.Type, Alignment) - Constructor for class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
T
- TO_0x00 - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- TO_0x0F - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- TO_0x55 - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
-
0b10101010
- TO_0xAA - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
-
0b01010101
- TO_0xFF - de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- toBytes(OpaqueMemory32) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- toBytes(OpaqueMemory64, long, int) - Static method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- toIntDefine(int) - Static method in class de.ibapl.jnhw.common.util.IntDefine
- toNativeAddressHolder(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- toNativeAddressHolder(T) - Static method in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- toObjectDefine(Object) - Static method in class de.ibapl.jnhw.common.util.ObjectDefine
- toString() - Method in class de.ibapl.jnhw.common.memory.NativeAddressHolder
- toString() - Method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- toString() - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory32
- toString() - Method in class de.ibapl.jnhw.common.memory.OpaqueMemory64
- toString() - Method in class de.ibapl.jnhw.common.util.JsonStringBuilder
- touch() - Static method in class de.ibapl.jnhw.common.LibJnhwCommonLoader
-
load but break any loop loading the lib will trigger OpacqueMemory to trigger this again
- toUintptr_t(AbstractNativeMemory) - Static method in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- toUintptr_t(NativeAddressHolder) - Static method in class de.ibapl.jnhw.common.memory.NativeAddressHolder
- toUintptr_t(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- toUintptr_tOrNULL(AbstractNativeMemory) - Static method in class de.ibapl.jnhw.common.memory.AbstractNativeMemory
- toUintptr_tOrNULL(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- typeName - Variable in exception de.ibapl.jnhw.common.exception.NoSuchNativeTypeMemberException
U
- uint16_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- uint16_t - Annotation Type in de.ibapl.jnhw.common.annotation
- uint16_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- uint16_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- uint16_t() - Method in class de.ibapl.jnhw.common.memory.Uint16_t
- uint16_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- uint16_t(short) - Method in class de.ibapl.jnhw.common.memory.Uint16_t
- uint16_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint16_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint16_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint16_t(OpaqueMemory32, long, short) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint16_t(OpaqueMemory32, long, short) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint16_t(OpaqueMemory32, long, short) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- Uint16_t - Class in de.ibapl.jnhw.common.memory
- Uint16_t() - Constructor for class de.ibapl.jnhw.common.memory.Uint16_t
- Uint16_t(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Uint16_t
- uint16_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint16_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint16_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint16_t_AsInt() - Method in class de.ibapl.jnhw.common.memory.Uint16_t
- uint16_t_AsInt(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint16_t_AsInt(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint16_t_AsInt(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint16_t_FromInt(int) - Method in class de.ibapl.jnhw.common.memory.Uint16_t
- uint16_t_FromInt(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint16_t_FromInt(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint16_t_FromInt(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint16_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint16_t_nativeToString(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint16_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint32_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- uint32_t - Annotation Type in de.ibapl.jnhw.common.annotation
- uint32_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- uint32_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- uint32_t() - Method in class de.ibapl.jnhw.common.memory.Uint32_t
- uint32_t(int) - Method in class de.ibapl.jnhw.common.memory.Uint32_t
- uint32_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- uint32_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint32_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint32_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint32_t(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint32_t(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint32_t(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- Uint32_t - Class in de.ibapl.jnhw.common.memory
- Uint32_t() - Constructor for class de.ibapl.jnhw.common.memory.Uint32_t
- Uint32_t(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Uint32_t
- uint32_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint32_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint32_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint32_t_AsLong() - Method in class de.ibapl.jnhw.common.memory.Uint32_t
- uint32_t_AsLong(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint32_t_AsLong(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint32_t_AsLong(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint32_t_FromLong(long) - Method in class de.ibapl.jnhw.common.memory.Uint32_t
- uint32_t_FromLong(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint32_t_FromLong(OpaqueMemory32, long, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint32_t_FromLong(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint32_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint32_t_nativeToString(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint32_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint64_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- uint64_t - Annotation Type in de.ibapl.jnhw.common.annotation
- uint64_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- uint64_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- uint64_t() - Method in class de.ibapl.jnhw.common.memory.Uint64_t
- uint64_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- uint64_t(long) - Method in class de.ibapl.jnhw.common.memory.Uint64_t
- uint64_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint64_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint64_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint64_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint64_t(OpaqueMemory32, long, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint64_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- Uint64_t - Class in de.ibapl.jnhw.common.memory
- Uint64_t() - Constructor for class de.ibapl.jnhw.common.memory.Uint64_t
- Uint64_t(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Uint64_t
- uint64_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint64_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint64_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint64_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint64_t_nativeToString(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint64_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint8_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- uint8_t - Annotation Type in de.ibapl.jnhw.common.annotation
- uint8_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- uint8_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- uint8_t() - Method in class de.ibapl.jnhw.common.memory.Uint8_t
- uint8_t(byte) - Method in class de.ibapl.jnhw.common.memory.Uint8_t
- uint8_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- uint8_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint8_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint8_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint8_t(OpaqueMemory32, long, byte) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint8_t(OpaqueMemory32, long, byte) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint8_t(OpaqueMemory32, long, byte) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- Uint8_t - Class in de.ibapl.jnhw.common.memory
- Uint8_t() - Constructor for class de.ibapl.jnhw.common.memory.Uint8_t
- Uint8_t(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Uint8_t
- uint8_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint8_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint8_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint8_t_AsShort() - Method in class de.ibapl.jnhw.common.memory.Uint8_t
- uint8_t_AsShort(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint8_t_AsShort(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint8_t_AsShort(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint8_t_FromShort(short) - Method in class de.ibapl.jnhw.common.memory.Uint8_t
- uint8_t_FromShort(OpaqueMemory32, long, short) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint8_t_FromShort(OpaqueMemory32, long, short) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint8_t_FromShort(OpaqueMemory32, long, short) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uint8_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uint8_t_nativeToString(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uint8_t_nativeToString(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t - de.ibapl.jnhw.common.datatypes.BaseDataType
- uintptr_t - Annotation Type in de.ibapl.jnhw.common.annotation
- uintptr_t() - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- uintptr_t() - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- uintptr_t(long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- uintptr_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t(OpaqueMemory32, long, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- uintptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- uintptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- uintptr_t(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- uintptr_t(OpaqueMemory32, long, NativeAddressHolder) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t(OpaqueMemory32, long, NativeAddressHolder) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t(OpaqueMemory32, long, NativeAddressHolder) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t(OpaqueMemory32, long, NativeFunctionPointer) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t(OpaqueMemory32, long, NativeFunctionPointer) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t(OpaqueMemory32, long, NativeFunctionPointer) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t(OpaqueMemory32, long, OpaqueMemory32) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t(OpaqueMemory32, long, OpaqueMemory32) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t(OpaqueMemory32, long, OpaqueMemory32) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t(OpaqueMemory32, long, OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t(OpaqueMemory32, long, OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t(OpaqueMemory32, long, OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t(OpaqueMemory32, long, ByteBuffer) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t(OpaqueMemory32, long, ByteBuffer) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t(OpaqueMemory32, long, ByteBuffer) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t_AsHex(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- uintptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- uintptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- uintptr_t_AsHex(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- uintptr_t_AsNativeAddressHolder(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t_AsNativeAddressHolder(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t_AsNativeAddressHolder(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- uintptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- uintptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- uintptr_t_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- uintptr_t_AtIndex(OpaqueMemory32, long, int, NativeAddressHolder) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int, NativeAddressHolder) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int, NativeAddressHolder) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int, OpaqueMemory32) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int, OpaqueMemory32) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t_AtIndex(OpaqueMemory32, long, int, OpaqueMemory32) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- uintptr_t_AtIndex_AsNativeAddressHolder(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- uintptr_t_AtIndex_AsNativeAddressHolder(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
- uintptr_t_AtIndex_AsNativeAddressHolder(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- UNDEFINED - Static variable in class de.ibapl.jnhw.common.util.IntDefine
- UNDEFINED - Static variable in class de.ibapl.jnhw.common.util.ObjectDefine
- union - de.ibapl.jnhw.common.datatypes.BaseDataType
- union(long, long) - Static method in class de.ibapl.jnhw.common.memory.layout.FieldLayout
- union(long, Alignment) - Method in interface de.ibapl.jnhw.common.memory.layout.StructLayoutFactory
- union(long, Alignment) - Method in class de.ibapl.jnhw.common.memory.layout.StructLayoutFactoryImpl
- UNION - de.ibapl.jnhw.common.memory.layout.StructLayoutFactory.Type
- UnionField(long) - Constructor for class de.ibapl.jnhw.common.memory.layout.FieldLayout.UnionField
- UnionLayout - Class in de.ibapl.jnhw.common.memory.layout
- UnionLayout() - Constructor for class de.ibapl.jnhw.common.memory.layout.UnionLayout
- UnsafeMemoryAccessor - Class in de.ibapl.jnhw.common.memory
- UnsafeMemoryAccessor() - Constructor for class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor
- UnsafeMemoryAccessor_P32_L32 - Class in de.ibapl.jnhw.common.memory
- UnsafeMemoryAccessor_P32_L32() - Constructor for class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- UnsafeMemoryAccessor_P32_L64 - Class in de.ibapl.jnhw.common.memory
- UnsafeMemoryAccessor_P32_L64() - Constructor for class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- UnsafeMemoryAccessor_P64_L32 - Class in de.ibapl.jnhw.common.memory
- UnsafeMemoryAccessor_P64_L32() - Constructor for class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- UnsafeMemoryAccessor_P64_L64 - Class in de.ibapl.jnhw.common.memory
- UnsafeMemoryAccessor_P64_L64() - Constructor for class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- Unsigned - Annotation Type in de.ibapl.jnhw.common.annotation
- UNSIGNED - Variable in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- unsigned_long() - Method in class de.ibapl.jnhw.common.memory.Unsigned_Long
- unsigned_long(long) - Method in class de.ibapl.jnhw.common.memory.Unsigned_Long
- unsigned_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- unsigned_long(OpaqueMemory32, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
access the native unsigned long datatype.
- unsigned_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- unsigned_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- unsigned_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- unsigned_long(OpaqueMemory32, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- unsigned_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- unsigned_long(OpaqueMemory32, long, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
access the native unsigned long datatype.
- unsigned_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- unsigned_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- unsigned_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- unsigned_long(OpaqueMemory32, long, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- Unsigned_Long - Class in de.ibapl.jnhw.common.memory
-
teh datatype unsigned long
- Unsigned_Long(AbstractNativeMemory, long, AbstractNativeMemory.SetMem) - Constructor for class de.ibapl.jnhw.common.memory.Unsigned_Long
- unsigned_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- unsigned_long_AtIndex(OpaqueMemory32, long, int) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
access the ith native unsigned long datatype.
- unsigned_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- unsigned_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- unsigned_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- unsigned_long_AtIndex(OpaqueMemory32, long, int) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- unsigned_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.JnhwMemoryAccessor
- unsigned_long_AtIndex(OpaqueMemory32, long, int, long) - Method in interface de.ibapl.jnhw.common.memory.MemoryAccessor
-
access the ith native unsigned long datatype.
- unsigned_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L32
- unsigned_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P32_L64
- unsigned_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L32
- unsigned_long_AtIndex(OpaqueMemory32, long, int, long) - Method in class de.ibapl.jnhw.common.memory.UnsafeMemoryAccessor_P64_L64
- UTF8_ENCODING - Static variable in class de.ibapl.jnhw.common.util.ByteBufferUtils
V
- value - Variable in enum de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
- value() - Method in annotation type de.ibapl.jnhw.common.annotation.Include
- valueOf(String) - Static method in enum de.ibapl.jnhw.common.datatypes.BaseDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.ibapl.jnhw.common.memory.layout.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.ibapl.jnhw.common.memory.layout.StructLayoutFactory.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.ibapl.jnhw.common.datatypes.BaseDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum de.ibapl.jnhw.common.memory.AbstractNativeMemory.SetMem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum de.ibapl.jnhw.common.memory.layout.Alignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum de.ibapl.jnhw.common.memory.layout.StructLayoutFactory.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- wrap(NativeAddressHolder) - Static method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- wrap(NativeAddressHolder) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_I_I_Mem_V
- wrap(NativeAddressHolder) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_I_Mem_Mem_V
- wrap(NativeAddressHolder) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_I_V
- wrap(NativeAddressHolder) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_IJ_V
- wrap(NativeAddressHolder) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_J_V
- wrap(NativeAddressHolder) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_Mem_V
- wrap(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.memory.NativeFunctionPointer
- wrap(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_I_I_Mem_V
- wrap(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_I_Mem_Mem_V
- wrap(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_I_V
- wrap(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_IJ_V
- wrap(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_J_V
- wrap(NativeFunctionPointer) - Static method in class de.ibapl.jnhw.common.nativecall.CallNative_Mem_V
- wrapA(NativeAddressHolder) - Method in class de.ibapl.jnhw.common.callback.Callback_I_Mem_Mem_V_Impl
- wrapA(NativeAddressHolder) - Method in class de.ibapl.jnhw.common.callback.Callback_Mem_V_Impl
- wrapB(NativeAddressHolder) - Method in class de.ibapl.jnhw.common.callback.Callback_I_Mem_Mem_V_Impl
- wrapC(NativeAddressHolder) - Method in class de.ibapl.jnhw.common.callback.Callback_I_I_Mem_V_Impl
_
- __ALIGN_OF_DOUBLE - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_FLOAT - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_INT16_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_INT32_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_INT64_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_INT8_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_INTPTR_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_LONG - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_LONG_DOUBLE - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_POINTER - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_DOUBLE - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_FLOAT - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_INT16_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_INT32_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_INT64_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_INT8_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_INTPTR_T - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_LONG - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_LONG_DOUBLE - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __ALIGN_OF_STRUCT_POINTER - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __BIGGEST_ALIGNMENT__ - Static variable in enum de.ibapl.jnhw.common.memory.layout.Alignment
- __SIZE_OF_DOUBLE - Static variable in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- __SIZE_OF_FLOAT - Static variable in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- __SIZE_OF_LONG - Static variable in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- __SIZE_OF_LONG_DOUBLE - Static variable in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- __SIZE_OF_POINTER - Static variable in enum de.ibapl.jnhw.common.datatypes.BaseDataType
- _double - de.ibapl.jnhw.common.datatypes.BaseDataType
- _float - de.ibapl.jnhw.common.datatypes.BaseDataType
- _long - de.ibapl.jnhw.common.datatypes.BaseDataType
- _long_double - de.ibapl.jnhw.common.datatypes.BaseDataType
- _unsigned_long - de.ibapl.jnhw.common.datatypes.BaseDataType
All Classes All Packages