"

2013 FRC Java API

"

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


Constructor Summary
protected ByReference(int dataSize)
          Allocate backing memory of the correct size
 
Method Summary
 
Methods inherited from class com.sun.cldc.jna.PointerType
getPointer, setPointer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByReference

protected ByReference(int dataSize)
Allocate backing memory of the correct size

Parameters:
dataSize - size in bytes

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"