public static class CoreComponent.TapBuf
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float[] |
data |
static java.lang.String |
handleArgs |
static java.lang.String |
handleAuto |
static java.lang.String |
handleMethod_get |
static java.lang.String |
handleMethod_load |
static java.lang.String |
handleMethod_loadA |
| Constructor and Description |
|---|
TapBuf(int ord,
int iw,
int ow,
int dly) |
| Modifier and Type | Method and Description |
|---|---|
float |
get(int i) |
void |
load(float v) |
void |
loadA(float[] v,
int nv) |
void |
setLength(int len) |
java.lang.String |
toString() |
public float[] data
public static final java.lang.String handleArgs
public static final java.lang.String handleAuto
public static final java.lang.String handleMethod_load
public static final java.lang.String handleMethod_loadA
public static final java.lang.String handleMethod_get