- java.lang.Object
-
- de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
- de.ibapl.jnhw.common.memory.OpaqueMemory32
-
- de.ibapl.jnhw.common.memory.Struct32
-
- de.ibapl.jnhw.util.winapi.memory.WinApiStruct32
-
- de.ibapl.jnhw.winapi.Winnt.ArrayOfHandle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.util.winapi.memory.WinApiStruct32
de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_BOOL_As_int32_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_BYTE_As_uint8_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_DWORD_As_uint32_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_HANDLE_As_intptr_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_PVOID_As_uintptr_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_ULONG_PTR_As_uintptr_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_WORD_As_uint16_t
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
OpaqueMemory32.OpaqueMemory32Producer<T extends OpaqueMemory32,P extends AbstractNativeMemory>
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
AbstractNativeMemory.SetMem
-
-
Field Summary
Fields Modifier and Type Field Description intlength-
Fields inherited from class de.ibapl.jnhw.util.winapi.memory.WinApiStruct32
ACCESSOR_BOOL, ACCESSOR_BYTE, ACCESSOR_DWORD, ACCESSOR_HANDLE, ACCESSOR_PVOID, ACCESSOR_ULONG_PTR, ACCESSOR_WORD
-
Fields inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
sizeInBytes
-
Fields inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
baseAddress, CLEANER, LOG, MEM_ACCESS, MEM_ACCESS_PROPERTY, NULL, parent
-
-
Constructor Summary
Constructors Constructor Description ArrayOfHandle(int length, AbstractNativeMemory.SetMem setMem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Winnt.HANDLEget(int i)StringnativeToString()voidset(int i, Winnt.HANDLE element)-
Methods inherited from class de.ibapl.jnhw.common.memory.Struct32
getBaseDataType, nativeToHexString
-
Methods inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
checkIndex, clear, copy, copy, equals, getByte, getSizeInBytes, hashCode, memset, nativeToString, printMemory, printMemory, setByte, setMemTo, toBytes, toString
-
Methods inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
calcOffsetForAlignment, getOffset, getSizeInBytes, isSameAddress, offsetof, toNativeAddressHolder, toUintptr_t, toUintptr_tOrNULL
-
-
-
-
Constructor Detail
-
ArrayOfHandle
public ArrayOfHandle(int length, AbstractNativeMemory.SetMem setMem)
-
-
Method Detail
-
get
public final Winnt.HANDLE get(int i)
-
nativeToString
public String nativeToString()
- Specified by:
nativeToStringin interfaceNative- Overrides:
nativeToStringin classOpaqueMemory32
-
set
public void set(int i, Winnt.HANDLE element)
-
-