org.rococoa.cocoa.iokit
Class gpt_hdr

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

public class gpt_hdr
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 gpt_hdr.ByReference
           
static class gpt_hdr.ByValue
           
 
Field Summary
 int __reserved
           
 int hdr_crc_self
           
 int hdr_crc_table
           
 int hdr_entries
           
 int hdr_entsz
           
 long hdr_lba_alt
           
 long hdr_lba_end
           
 long hdr_lba_self
           
 long hdr_lba_start
           
 long hdr_lba_table
           
 int hdr_revision
           
 byte[] hdr_sig
           
 int hdr_size
           
 int padding
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
gpt_hdr()
           
 
Method Summary
 gpt_hdr.ByReference byReference()
           
 gpt_hdr.ByValue byValue()
           
 gpt_hdr 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

hdr_sig

public byte[] hdr_sig

hdr_revision

public int hdr_revision

hdr_size

public int hdr_size

hdr_crc_self

public int hdr_crc_self

__reserved

public int __reserved

hdr_lba_self

public long hdr_lba_self

hdr_lba_alt

public long hdr_lba_alt

hdr_lba_start

public long hdr_lba_start

hdr_lba_end

public long hdr_lba_end

hdr_lba_table

public long hdr_lba_table

hdr_entries

public int hdr_entries

hdr_entsz

public int hdr_entsz

hdr_crc_table

public int hdr_crc_table

padding

public int padding
Constructor Detail

gpt_hdr

public gpt_hdr()
Method Detail

byReference

public gpt_hdr.ByReference byReference()

byValue

public gpt_hdr.ByValue byValue()

clone

public gpt_hdr clone()
Overrides:
clone in class Object