org.rococoa.cocoa.carboncore
Class PEFSectionHeader
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.PEFSectionHeader
- Direct Known Subclasses:
- PEFSectionHeader.ByReference, PEFSectionHeader.ByValue
public class PEFSectionHeader
- 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.
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 |
nameOffset
public int nameOffset
defaultAddress
public int defaultAddress
totalLength
public int totalLength
unpackedLength
public int unpackedLength
containerLength
public int containerLength
containerOffset
public int containerOffset
sectionKind
public byte sectionKind
shareKind
public byte shareKind
alignment
public byte alignment
reservedA
public byte reservedA
PEFSectionHeader
public PEFSectionHeader()
byReference
public PEFSectionHeader.ByReference byReference()
byValue
public PEFSectionHeader.ByValue byValue()
clone
public PEFSectionHeader clone()
- Overrides:
clone
in class Object