public static class VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.SolarisLibrary.DoorArgument
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
com.sun.jna.Pointer |
dataPointer
A pointer to the operation argument.
|
int |
dataSize
The size of the argument being pointed to.
|
int |
descriptorCount
The size of the operation argument.
|
com.sun.jna.Pointer |
descriptorPointer
A pointer to the operation descriptor.
|
com.sun.jna.Pointer |
resultPointer
A pointer to the operation result.
|
int |
resultSize
The size of the operation argument.
|
Constructor and Description |
---|
DoorArgument() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
@MaybeNull public com.sun.jna.Pointer dataPointer
public int dataSize
@MaybeNull public com.sun.jna.Pointer descriptorPointer
public int descriptorCount
@UnknownNull public com.sun.jna.Pointer resultPointer
public int resultSize
Copyright © 2014–2023. All rights reserved.