org.rococoa.cocoa.iokit
Class gpt_ent
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
Constructor Summary |
gpt_ent()
|
gpt_ent(long ent_lba_start,
long ent_lba_end,
long ent_attr,
short[] ent_name)
|
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 |
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
gpt_ent
public gpt_ent()
gpt_ent
public gpt_ent(long ent_lba_start,
long ent_lba_end,
long ent_attr,
short[] ent_name)
byReference
public gpt_ent.ByReference byReference()
byValue
public gpt_ent.ByValue byValue()
clone
public gpt_ent clone()
- Overrides:
clone
in class Object