org.rococoa.cocoa.carboncore
Class FSForkInfo
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<FSForkInfo,FSForkInfo.ByValue,FSForkInfo.ByReference>
org.rococoa.cocoa.carboncore.FSForkInfo
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<FSForkInfo,FSForkInfo.ByValue,FSForkInfo.ByReference>>
- Direct Known Subclasses:
- FSForkInfo.ByReference, FSForkInfo.ByValue
public class FSForkInfo
- extends Structure<FSForkInfo,FSForkInfo.ByValue,FSForkInfo.ByReference>
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Files.h:1412
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 |
flags
public byte flags
- copy of FCB flags
C type : FSForkInfoFlags
permissions
public byte permissions
volume
public short volume
reserved2
public int reserved2
nodeID
public int nodeID
forkID
public int forkID
currentPosition
public long currentPosition
logicalEOF
public long logicalEOF
physicalEOF
public long physicalEOF
process
public long process
FSForkInfo
public FSForkInfo()
newArray
public static FSForkInfo[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.