-
- All Implemented Interfaces:
Native
- Enclosing class:
- Aio
public static final class Aio.Aiocbs extends PointerArray32<Aio.Aiocb>
POSIX:structure aiocb.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.PointerArray32
PointerArray32.ElementProducer<T extends OpaqueMemory32>
-
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.NativeMemoryAlignment
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
sizeInBytes
-
Fields inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
baseAddress, LOG, memoryOwner
-
-
Constructor Summary
Constructors Constructor Description Aiocbs(int arraylength)
-
Method Summary
-
Methods inherited from class de.ibapl.jnhw.common.memory.PointerArray32
alignofPointer, get, getBaseDataType, length, nativeToHexString, nativeToString, set, sizeofPointer
-
Methods inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
calcNextOffset, clear, copy, copy, equals, getByte, hashCode, memset, nativeToString, offsetof, printMemory, printMemory, setByte, toBytes, toString
-
Methods inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
ENOMEM, isSameAddress
-
-
-
-
Constructor Detail
-
Aiocbs
public Aiocbs(int arraylength) throws NoSuchNativeTypeException- Throws:
NoSuchNativeTypeException
-
-