org.rococoa.cocoa.carboncore
Class Itl4Rec

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.carboncore.Itl4Rec
Direct Known Subclasses:
Itl4Rec.ByReference, Itl4Rec.ByValue

public class Itl4Rec
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class Itl4Rec.ByReference
           
static class Itl4Rec.ByValue
           
 
Field Summary
 int defPartsOffset
           
 int fetchOffset
           
 short flags
           
 int mapOffset
           
 short numTables
           
 int resHeader1
           
 int resHeader2
           
 int resOffset6
           
 int resOffset7
           
 int resOffset8
           
 short resourceNum
           
 int resourceType
           
 int strOffset
           
 int unTokenOffset
           
 short version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
Itl4Rec()
           
 
Method Summary
 Itl4Rec.ByReference byReference()
           
 Itl4Rec.ByValue byValue()
           
 Itl4Rec clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

flags

public short flags

resourceType

public int resourceType

resourceNum

public short resourceNum

version

public short version

resHeader1

public int resHeader1

resHeader2

public int resHeader2

numTables

public short numTables

mapOffset

public int mapOffset

strOffset

public int strOffset

fetchOffset

public int fetchOffset

unTokenOffset

public int unTokenOffset

defPartsOffset

public int defPartsOffset

resOffset6

public int resOffset6

resOffset7

public int resOffset7

resOffset8

public int resOffset8
Constructor Detail

Itl4Rec

public Itl4Rec()
Method Detail

byReference

public Itl4Rec.ByReference byReference()

byValue

public Itl4Rec.ByValue byValue()

clone

public Itl4Rec clone()
Overrides:
clone in class Object