org.rococoa.cocoa.iokit
Class DVDKey1Info

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class DVDKey1Info.ByReference
           
static class DVDKey1Info.ByValue
           
 
Field Summary
 byte[] dataLength
           
 byte[] key1Value
           
 byte[] reserved
           
 byte[] reserved2
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
DVDKey1Info()
           
DVDKey1Info(byte[] dataLength, byte[] reserved, byte[] key1Value, byte[] reserved2)
           
 
Method Summary
 DVDKey1Info.ByReference byReference()
           
 DVDKey1Info.ByValue byValue()
           
 DVDKey1Info 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

dataLength

public byte[] dataLength

reserved

public byte[] reserved

key1Value

public byte[] key1Value

reserved2

public byte[] reserved2
Constructor Detail

DVDKey1Info

public DVDKey1Info()

DVDKey1Info

public DVDKey1Info(byte[] dataLength,
                   byte[] reserved,
                   byte[] key1Value,
                   byte[] reserved2)
Method Detail

byReference

public DVDKey1Info.ByReference byReference()

byValue

public DVDKey1Info.ByValue byValue()

clone

public DVDKey1Info clone()
Overrides:
clone in class Object