yarp
Class Vocab

java.lang.Object
  extended by yarp.Vocab

public class Vocab
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
Vocab()
           
Vocab(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
static java.lang.String decode(int code)
           
 void delete()
           
static int encode(java.lang.String str)
           
protected  void finalize()
           
static long getCPtr(Vocab obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

Vocab

public Vocab(long cPtr,
             boolean cMemoryOwn)

Vocab

public Vocab()
Method Detail

getCPtr

public static long getCPtr(Vocab obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

encode

public static int encode(java.lang.String str)

decode

public static java.lang.String decode(int code)