org.rococoa.cocoa.carboncore
Class FSForkIOParam
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.FSForkIOParam
- Direct Known Subclasses:
- FSForkIOParam.ByReference, FSForkIOParam.ByValue
public class FSForkIOParam
- 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 |
qLink
public QElem.ByReference qLink
qType
public short qType
ioTrap
public short ioTrap
ioCmdAddr
public ByteByReference ioCmdAddr
ioCompletion
public CarbonCoreLibrary.IOCompletionProcPtr ioCompletion
reserved1
public Pointer reserved1
reserved2
public short reserved2
forkRefNum
public short forkRefNum
reserved3
public byte reserved3
permissions
public byte permissions
ref
public FSRef.ByReference ref
buffer
public ByteByReference buffer
requestCount
public int requestCount
actualCount
public int actualCount
positionMode
public short positionMode
positionOffset
public long positionOffset
allocationFlags
public short allocationFlags
allocationAmount
public long allocationAmount
forkNameLength
public NativeLong forkNameLength
forkName
public ShortByReference forkName
forkIterator
public CatPositionRec forkIterator
outForkName
public HFSUniStr255.ByReference outForkName
FSForkIOParam
public FSForkIOParam()
byReference
public FSForkIOParam.ByReference byReference()
byValue
public FSForkIOParam.ByValue byValue()
clone
public FSForkIOParam clone()
- Overrides:
clone
in class Object