org.rococoa.cocoa.carboncore
Class VolumeMountInfoHeader

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


Nested Class Summary
static class VolumeMountInfoHeader.ByReference
           
static class VolumeMountInfoHeader.ByValue
           
 
Field Summary
 short flags
           
 short length
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
VolumeMountInfoHeader()
           
VolumeMountInfoHeader(short length, short flags)
           
 
Method Summary
 VolumeMountInfoHeader.ByReference byReference()
           
 VolumeMountInfoHeader.ByValue byValue()
           
 VolumeMountInfoHeader 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

length

public short length

flags

public short flags
Constructor Detail

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

byReference

public VolumeMountInfoHeader.ByReference byReference()

byValue

public VolumeMountInfoHeader.ByValue byValue()

clone

public VolumeMountInfoHeader clone()
Overrides:
clone in class Object