com.ochafik.lang.jnaerator.runtime
Class CharByReference

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by com.sun.jna.ptr.ByReference
          extended by com.ochafik.lang.jnaerator.runtime.CharByReference
All Implemented Interfaces:
NativeMapped

public class CharByReference
extends ByReference


Constructor Summary
CharByReference()
           
CharByReference(char value)
           
 
Method Summary
 char getValue()
           
 void setValue(char value)
           
 
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharByReference

public CharByReference()

CharByReference

public CharByReference(char value)
Method Detail

setValue

public void setValue(char value)

getValue

public char getValue()


Copyright © 2009. All Rights Reserved.