org.rococoa.cocoa.iokit
Class gpt_ent

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

public class gpt_ent
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_ent.ByReference
           
static class gpt_ent.ByValue
           
 
Field Summary
 long ent_attr
           
 long ent_lba_end
           
 long ent_lba_start
           
 short[] ent_name
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
gpt_ent()
           
gpt_ent(long ent_lba_start, long ent_lba_end, long ent_attr, short[] ent_name)
           
 
Method Summary
 gpt_ent.ByReference byReference()
           
 gpt_ent.ByValue byValue()
           
 gpt_ent 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

ent_lba_start

public long ent_lba_start

ent_lba_end

public long ent_lba_end

ent_attr

public long ent_attr

ent_name

public short[] ent_name
Constructor Detail

gpt_ent

public gpt_ent()

gpt_ent

public gpt_ent(long ent_lba_start,
               long ent_lba_end,
               long ent_attr,
               short[] ent_name)
Method Detail

byReference

public gpt_ent.ByReference byReference()

byValue

public gpt_ent.ByValue byValue()

clone

public gpt_ent clone()
Overrides:
clone in class Object