public class VCore
extends java.lang.Object
Constructor and Description |
---|
VCore()
default do nothing constructor
|
Modifier and Type | Method and Description |
---|---|
int |
close() |
static boolean |
load()
load the native libraries
|
int |
open() |
int |
process(byte[] indata,
int nin,
byte[] outdata,
int nout,
int nbw) |
int |
sysrd(int addr) |
int |
syswr(int addr,
int value) |
int |
syswrn(int addr,
int value,
int clocks) |
public static boolean load()
public int open()
public int syswr(int addr, int value)
public int syswrn(int addr, int value, int clocks)
public int sysrd(int addr)
public int process(byte[] indata, int nin, byte[] outdata, int nout, int nbw)
public int close()