net.qrivy.bioapi
Class BioAPI_DATA

java.lang.Object
  extended by net.qrivy.bioapi.BioAPI_DATA

public class BioAPI_DATA
extends java.lang.Object


Constructor Summary
BioAPI_DATA()
           
 
Method Summary
 void delete()
           
 SWIGTYPE_p_unsigned_char getData()
           
 long getLength()
           
 void setData(SWIGTYPE_p_unsigned_char Data)
           
 void setLength(long Length)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BioAPI_DATA

public BioAPI_DATA()
Method Detail

delete

public void delete()

setLength

public void setLength(long Length)

getLength

public long getLength()

setData

public void setData(SWIGTYPE_p_unsigned_char Data)

getData

public SWIGTYPE_p_unsigned_char getData()