org.rococoa.cocoa.osservices
Class Partition

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.osservices.Partition
Direct Known Subclasses:
Partition.ByReference, Partition.ByValue

public class Partition
extends com.ochafik.lang.jnaerator.runtime.Structure

Partition Map Entry
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 Partition.ByReference
           
static class Partition.ByValue
           
 
Field Summary
 int pmBootAddr
           
 int pmBootAddr2
           
 int pmBootCksum
           
 int pmBootEntry
           
 int pmBootEntry2
           
 int pmBootSize
           
 int pmDataCnt
           
 int pmLgBootStart
           
 int pmLgDataStart
           
 int pmMapBlkCnt
           
 short[] pmPad
           
 int pmPartBlkCnt
           
 byte[] pmPartName
           
 int pmPartStatus
           
 byte[] pmParType
           
 byte[] pmProcessor
           
 int pmPyPartStart
           
 short pmSig
           
 short pmSigPad
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
Partition()
           
 
Method Summary
 Partition.ByReference byReference()
           
 Partition.ByValue byValue()
           
 Partition 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

pmSig

public short pmSig

pmSigPad

public short pmSigPad

pmMapBlkCnt

public int pmMapBlkCnt

pmPyPartStart

public int pmPyPartStart

pmPartBlkCnt

public int pmPartBlkCnt

pmPartName

public byte[] pmPartName

pmParType

public byte[] pmParType

pmLgDataStart

public int pmLgDataStart

pmDataCnt

public int pmDataCnt

pmPartStatus

public int pmPartStatus

pmLgBootStart

public int pmLgBootStart

pmBootSize

public int pmBootSize

pmBootAddr

public int pmBootAddr

pmBootAddr2

public int pmBootAddr2

pmBootEntry

public int pmBootEntry

pmBootEntry2

public int pmBootEntry2

pmBootCksum

public int pmBootCksum

pmProcessor

public byte[] pmProcessor

pmPad

public short[] pmPad
Constructor Detail

Partition

public Partition()
Method Detail

byReference

public Partition.ByReference byReference()

byValue

public Partition.ByValue byValue()

clone

public Partition clone()
Overrides:
clone in class Object