public static class CoreComponent.RamBuf
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_set |
static java.lang.String |
handleMethod_setRdOnly |
| Constructor and Description |
|---|
RamBuf(int ord,
int iw,
int ow) |
| Modifier and Type | Method and Description |
|---|---|
float |
get(int i) |
void |
set(int i,
float x) |
void |
setLength(int len) |
void |
setRdOnly(boolean ro) |
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_set
public static final java.lang.String handleMethod_get
public static final java.lang.String handleMethod_setRdOnly