org.rococoa.cocoa.iokit
Class DVDKey1Info
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.DVDKey1Info
- Direct Known Subclasses:
- DVDKey1Info.ByReference, DVDKey1Info.ByValue
public class DVDKey1Info
- extends com.ochafik.lang.jnaerator.runtime.Structure
ReportKey Format 0x02
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 |
DVDKey1Info()
|
DVDKey1Info(byte[] dataLength,
byte[] reserved,
byte[] key1Value,
byte[] reserved2)
|
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 |
dataLength
public byte[] dataLength
reserved
public byte[] reserved
key1Value
public byte[] key1Value
reserved2
public byte[] reserved2
DVDKey1Info
public DVDKey1Info()
DVDKey1Info
public DVDKey1Info(byte[] dataLength,
byte[] reserved,
byte[] key1Value,
byte[] reserved2)
byReference
public DVDKey1Info.ByReference byReference()
byValue
public DVDKey1Info.ByValue byValue()
clone
public DVDKey1Info clone()
- Overrides:
clone
in class Object