org.rococoa.cocoa.carboncore
Class VolumeMountInfoHeader
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.VolumeMountInfoHeader
- Direct Known Subclasses:
- VolumeMountInfoHeader.ByReference, VolumeMountInfoHeader.ByValue
public class VolumeMountInfoHeader
- extends com.ochafik.lang.jnaerator.runtime.Structure
The new volume mount info record. The old one is included for compatibility.
the new record allows access by foriegn filesystems writers to the flags
portion of the record. This portion is now public.
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 |
length
public short length
flags
public short flags
VolumeMountInfoHeader
public VolumeMountInfoHeader()
VolumeMountInfoHeader
public VolumeMountInfoHeader(short length,
short flags)
- Parameters:
length
- length of location data (including self)
flags
- volume mount flags. Variable length data follows
byReference
public VolumeMountInfoHeader.ByReference byReference()
byValue
public VolumeMountInfoHeader.ByValue byValue()
clone
public VolumeMountInfoHeader clone()
- Overrides:
clone
in class Object