| j2native |
| AnsiString |
| Argument |
| ArrayArgument |
| ArrayType |
| Bool |
| Callback |
| Char |
| Const |
| DelegatedArgument |
| DoubleFloat |
| FloatArgument |
| FloatType |
| Function |
| FunctionExecutionException |
| FunctionNotFoundException |
| IllegalMemoryAccessException |
| Int |
| Int16 |
| Int32 |
| Int64 |
| Int8 |
| IntegerArgument |
| IntegerType |
| J2NativeContext |
| Library |
| LibraryLoader |
| LibraryNotFoundException |
| MemoryException |
| NumericArgument |
| NumericType |
| OutOnly |
| Pointer |
| Pointer.Const |
| Pointer.OutOnly |
| Pointer.Void |
| PointerArgument |
| PointerType |
| SimpleFloat |
| StringType |
| StructuralArgument |
| Structure |
| TypedPointer |
| UInt |
| UInt16 |
| UInt32 |
| UInt8 |
| Union |
| WideChar |
| WideString |
| ZeroTerminatedString |
|  |
com.smardec.j2native
Class StructuralArgument
java.lang.Object
|
+--com.smardec.j2native.Argument
|
+--com.smardec.j2native.StructuralArgument
- All Implemented Interfaces:
- java.lang.Cloneable
- public abstract class StructuralArgument
- extends Argument
|
Method Summary |
|
int |
getLength()
Returns length in bytes. |
| Methods inherited from class com.smardec.j2native.Argument |
| clone, finalize, free, fromBytesValue, getAlignedLength, getResultFlags, isFixedLength, read, readFromRAM, readFromStack, restoreFromRAM, storeToRAM, toBytesValue, toBytesValue, update, write, writeToRAM, writeToStack |
| Methods inherited from class java.lang.Object |
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructuralArgument
public StructuralArgument()
getLength
public int getLength()
- Description copied from class: Argument
- Returns length in bytes.
- Specified by:
- getLength in class Argument
- Returns:
- an int
|
|
|