com.sun.cldc.jna.ptr
Class ByReference

java.lang.Object
  extended by com.sun.cldc.jna.PointerType
      extended by com.sun.cldc.jna.ptr.ByReference
Direct Known Subclasses:
IntByReference

public abstract class ByReference
extends PointerType

Superclass of types representing native pointers. These should never be used in the simulator, and will throw exceptions saying so.

Author:
wolf

Constructor Summary
ByReference()
           
 
Method Summary
 
Methods inherited from class com.sun.cldc.jna.PointerType
getPointer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByReference

public ByReference()