public class L_StrCode
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
L_StrCode.ByReference |
static class |
L_StrCode.ByValue |
Modifier and Type | Field and 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 and 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 and Description |
---|---|
protected java.util.List<?> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, 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, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public 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)