org.rococoa.cocoa.iokit
Class applelabel
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.applelabel
- Direct Known Subclasses:
- applelabel.ByReference, applelabel.ByValue
public class applelabel
- 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 |
applelabel()
|
applelabel(byte[] al_boot0,
short al_magic,
short al_type,
int al_flags,
long al_offset,
int al_size,
int al_checksum,
byte[] al_boot1)
|
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 |
al_boot0
public byte[] al_boot0
al_magic
public short al_magic
al_type
public short al_type
al_flags
public int al_flags
al_offset
public long al_offset
al_size
public int al_size
al_checksum
public int al_checksum
al_boot1
public byte[] al_boot1
applelabel
public applelabel()
applelabel
public applelabel(byte[] al_boot0,
short al_magic,
short al_type,
int al_flags,
long al_offset,
int al_size,
int al_checksum,
byte[] al_boot1)
- Parameters:
al_boot0
- (reserved for boot area)
al_magic
- (the magic number)
al_type
- (label type)
al_flags
- (generic flags)
al_offset
- (offset of property area, bytes)
al_size
- (size of property area, bytes)
al_checksum
- (checksum of property area)
al_boot1
- (reserved for boot area)
byReference
public applelabel.ByReference byReference()
byValue
public applelabel.ByValue byValue()
clone
public applelabel clone()
- Overrides:
clone
in class Object