org.rococoa.cocoa.iokit
Class fdisk_part

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

public class fdisk_part
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 fdisk_part.ByReference
           
static class fdisk_part.ByValue
           
 
Field Summary
 byte begcyl
           
 byte beghead
           
 byte begsect
           
 byte bootid
           
 byte endcyl
           
 byte endhead
           
 byte endsect
           
 int numsect
           
 int relsect
           
 byte systid
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
fdisk_part()
           
 
Method Summary
 fdisk_part.ByReference byReference()
           
 fdisk_part.ByValue byValue()
           
 fdisk_part 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

bootid

public byte bootid

beghead

public byte beghead

begsect

public byte begsect

begcyl

public byte begcyl

systid

public byte systid

endhead

public byte endhead

endsect

public byte endsect

endcyl

public byte endcyl

relsect

public int relsect

numsect

public int numsect
Constructor Detail

fdisk_part

public fdisk_part()
Method Detail

byReference

public fdisk_part.ByReference byReference()

byValue

public fdisk_part.ByValue byValue()

clone

public fdisk_part clone()
Overrides:
clone in class Object