org.rococoa.cocoa.carboncore
Class FSForkIOParam

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class FSForkIOParam.ByReference
           
static class FSForkIOParam.ByValue
           
 
Field Summary
 int actualCount
           
 long allocationAmount
           
 short allocationFlags
           
 ByteByReference buffer
           
 CatPositionRec forkIterator
           
 ShortByReference forkName
           
 NativeLong forkNameLength
           
 short forkRefNum
           
 ByteByReference ioCmdAddr
           
 CarbonCoreLibrary.IOCompletionProcPtr ioCompletion
           
 short ioTrap
           
 HFSUniStr255.ByReference outForkName
           
 byte permissions
           
 short positionMode
           
 long positionOffset
           
 QElem.ByReference qLink
           
 short qType
           
 FSRef.ByReference ref
           
 int requestCount
           
 Pointer reserved1
           
 short reserved2
           
 byte reserved3
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
FSForkIOParam()
           
 
Method Summary
 FSForkIOParam.ByReference byReference()
           
 FSForkIOParam.ByValue byValue()
           
 FSForkIOParam 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

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
Constructor Detail

FSForkIOParam

public FSForkIOParam()
Method Detail

byReference

public FSForkIOParam.ByReference byReference()

byValue

public FSForkIOParam.ByValue byValue()

clone

public FSForkIOParam clone()
Overrides:
clone in class Object