public class L_StrCode
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
L_StrCode.ByReference |
|
static class |
L_StrCode.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
Sarray.ByReference |
data |
store base64 encoded data as strings
C type : SARRAY* |
Sarray.ByReference |
descr |
store line in description table
C type : SARRAY* |
int |
fileno |
index for function and output file names
C type : l_int32 |
Sarray.ByReference |
function |
store case code for extraction
C type : SARRAY* |
int |
ifunc |
index into struct currently being stored
C type : l_int32 |
int |
n |
number of data strings
C type : l_int32 |
| Constructor | Description |
|---|---|
L_StrCode() |
|
L_StrCode(int fileno,
int ifunc,
Sarray.ByReference function,
Sarray.ByReference data,
Sarray.ByReference descr,
int n) |
|
L_StrCode(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
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, writeFieldpublic int fileno
public int ifunc
public Sarray.ByReference function
public Sarray.ByReference data
public Sarray.ByReference descr
public int n
public L_StrCode()
public L_StrCode(int fileno,
int ifunc,
Sarray.ByReference function,
Sarray.ByReference data,
Sarray.ByReference descr,
int n)
fileno - index for function and output file namesifunc - index into struct currently being storedfunction - store case code for extractiondata - store base64 encoded data as stringsdescr - store line in description tablen - number of data stringspublic L_StrCode(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.