org.rococoa.cocoa.carboncore
Class XLibContainerHeader
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<XLibContainerHeader,XLibContainerHeader.ByValue,XLibContainerHeader.ByReference>
org.rococoa.cocoa.carboncore.XLibContainerHeader
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<XLibContainerHeader,XLibContainerHeader.ByValue,XLibContainerHeader.ByReference>>
- Direct Known Subclasses:
- XLibContainerHeader.ByReference, XLibContainerHeader.ByValue
public class XLibContainerHeader
- extends Structure<XLibContainerHeader,XLibContainerHeader.ByValue,XLibContainerHeader.ByReference>
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/PEFBinaryFormat.h:1143
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 |
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write |
Methods inherited from class com.sun.jna.Structure |
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField |
tag1
public int tag1
- Must contain 'Mac'.
C type : OSType
tag2
public int tag2
- Must contain 'vLib' or 'bLib'.
C type : OSType
currentFormat
public int currentFormat
containerStringsOffset
public int containerStringsOffset
exportHashOffset
public int exportHashOffset
exportKeyOffset
public int exportKeyOffset
exportSymbolOffset
public int exportSymbolOffset
exportNamesOffset
public int exportNamesOffset
exportHashTablePower
public int exportHashTablePower
exportedSymbolCount
public int exportedSymbolCount
fragNameOffset
public int fragNameOffset
fragNameLength
public int fragNameLength
dylibPathOffset
public int dylibPathOffset
dylibPathLength
public int dylibPathLength
cpuFamily
public int cpuFamily
- The ISA for code sections. Constants in CodeFragments.h.
C type : OSType
cpuModel
public int cpuModel
- Specific CPU model if applicable.
C type : OSType
dateTimeStamp
public int dateTimeStamp
currentVersion
public int currentVersion
oldDefVersion
public int oldDefVersion
oldImpVersion
public int oldImpVersion
XLibContainerHeader
public XLibContainerHeader()
newArray
public static XLibContainerHeader[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.