org.rococoa.cocoa.iokit
Class FWSBP2VirtualRange

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.iokit.FWSBP2VirtualRange
Direct Known Subclasses:
FWSBP2VirtualRange.ByReference, FWSBP2VirtualRange.ByValue

public class FWSBP2VirtualRange
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.


Nested Class Summary
static class FWSBP2VirtualRange.ByReference
           
static class FWSBP2VirtualRange.ByValue
           
 
Field Summary
 Pointer address
           
 int length
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
FWSBP2VirtualRange()
           
FWSBP2VirtualRange(Pointer address, int length)
           
 
Method Summary
 FWSBP2VirtualRange.ByReference byReference()
           
 FWSBP2VirtualRange.ByValue byValue()
           
 FWSBP2VirtualRange 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

address

public Pointer address

length

public int length
Constructor Detail

FWSBP2VirtualRange

public FWSBP2VirtualRange()

FWSBP2VirtualRange

public FWSBP2VirtualRange(Pointer address,
                          int length)
Method Detail

byReference

public FWSBP2VirtualRange.ByReference byReference()

byValue

public FWSBP2VirtualRange.ByValue byValue()

clone

public FWSBP2VirtualRange clone()
Overrides:
clone in class Object