org.rococoa.cocoa.osservices
Class DDMap
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.osservices.DDMap
- Direct Known Subclasses:
- DDMap.ByReference, DDMap.ByValue
public class DDMap
- extends com.ochafik.lang.jnaerator.runtime.Structure
Driver descriptor
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 |
DDMap()
|
DDMap(int ddBlock,
short ddSize,
short ddType)
|
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 |
ddBlock
public int ddBlock
ddSize
public short ddSize
ddType
public short ddType
DDMap
public DDMap()
DDMap
public DDMap(int ddBlock,
short ddSize,
short ddType)
- Parameters:
ddBlock
- 1st driver's starting block
ddSize
- size of 1st driver (512-byte blks)
ddType
- system type (1 for Mac+)
byReference
public DDMap.ByReference byReference()
byValue
public DDMap.ByValue byValue()
clone
public DDMap clone()
- Overrides:
clone
in class Object