public static class CoreComponent.Stream
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
b |
int |
bib |
byte[] |
c |
int |
chn |
int |
cvt |
CoreCommon.CxFloat |
cxt |
long |
handle |
static java.lang.String |
handleArgs |
static java.lang.String |
handleMethod_rd |
static java.lang.String |
handleMethod_wr |
int |
len |
int |
mask |
int |
mtl |
int |
rboff |
int |
rbpe |
int |
roff |
boolean |
rok |
int |
rper |
boolean |
useNative |
int |
wboff |
int |
wbpe |
int |
woff |
boolean |
wok |
int |
wper |
| Constructor and Description |
|---|
Stream() |
Stream(int size) |
Stream(int size,
int IBW,
int OBW) |
Stream(int size,
int IBW,
int OBW,
boolean useNative) |
| Modifier and Type | Method and Description |
|---|---|
int |
getC() |
int |
load(nxm.sys.lib.DataFile df) |
void |
rd(CoreComponent.Value val) |
byte |
rdB() |
int |
rdBits(int n) |
void |
rdCF(CoreCommon.CxFloat val) |
void |
rdCI(CoreCommon.CxShort val) |
void |
rdCIF(CoreCommon.CxFloat val) |
void |
rdCIFA(CoreCommon.CxFloat[] val,
int n) |
void |
rdCIFx(CoreComponent.Value val,
int n) |
float |
rdF() |
int |
rdI() |
int |
rdL() |
void |
rdx(CoreComponent.Value val,
int n) |
void |
setC(int chn) |
void |
setDebug(int cnt) |
java.lang.String |
toString() |
int |
unload(nxm.sys.lib.DataFile df) |
void |
update(int xfer) |
void |
wr(CoreComponent.Value val) |
void |
wrB(byte x) |
void |
wrBits(int n,
int x) |
void |
wrCF(CoreCommon.CxFloat val) |
void |
wrCFB(CoreCommon.CxFloat val) |
void |
wrCFBA(CoreCommon.CxFloat[] val,
int n) |
void |
wrCFI(CoreCommon.CxFloat val) |
void |
wrCFIA(CoreCommon.CxFloat[] val,
int n) |
void |
wrCFIS(CoreCommon.CxFloat val,
int shf) |
void |
wrCFISA(CoreCommon.CxFloat[] val,
int shf,
int n) |
void |
wrCFIx(CoreComponent.Value val,
int n) |
void |
wrCFx(CoreCommon.CxFloat val,
int n) |
void |
wrCFxy(float x,
float y) |
void |
wrCI(CoreCommon.CxShort val) |
void |
wrCIxy(int x,
int y) |
void |
wrF(float x) |
void |
wrI(short x) |
void |
wrL(int x) |
void |
wrLCS(int x,
int chn,
int swaps) |
void |
wrx(CoreComponent.Value val,
int n) |
void |
wrX(long x) |
int |
xgetL(int ioff) |
void |
xwrL(int x) |
public int len
public int bib
public int woff
public int roff
public int wboff
public int rboff
public int wbpe
public int rbpe
public int wper
public int rper
public int mtl
public int mask
public int chn
public int cvt
public boolean wok
public boolean rok
public boolean useNative
public byte[] b
public byte[] c
public long handle
public CoreCommon.CxFloat cxt
public static final java.lang.String handleArgs
public static final java.lang.String handleMethod_rd
public static final java.lang.String handleMethod_wr
public Stream()
public Stream(int size)
public Stream(int size,
int IBW,
int OBW)
public Stream(int size,
int IBW,
int OBW,
boolean useNative)
public int load(nxm.sys.lib.DataFile df)
public int unload(nxm.sys.lib.DataFile df)
public void update(int xfer)
public void rd(CoreComponent.Value val)
public void rdx(CoreComponent.Value val, int n)
public float rdF()
public int rdL()
public int rdI()
public byte rdB()
public int rdBits(int n)
public void rdCI(CoreCommon.CxShort val)
public void rdCF(CoreCommon.CxFloat val)
public void rdCIF(CoreCommon.CxFloat val)
public void rdCIFA(CoreCommon.CxFloat[] val, int n)
public void rdCIFx(CoreComponent.Value val, int n)
public void wr(CoreComponent.Value val)
public void wrx(CoreComponent.Value val, int n)
public void wrX(long x)
public void wrF(float x)
public void wrL(int x)
public void wrI(short x)
public void wrB(byte x)
public void wrLCS(int x,
int chn,
int swaps)
public void wrBits(int n,
int x)
public void wrCI(CoreCommon.CxShort val)
public void wrCF(CoreCommon.CxFloat val)
public void wrCFx(CoreCommon.CxFloat val, int n)
public void wrCFI(CoreCommon.CxFloat val)
public void wrCFIA(CoreCommon.CxFloat[] val, int n)
public void wrCFIx(CoreComponent.Value val, int n)
public void wrCFIS(CoreCommon.CxFloat val, int shf)
public void wrCFISA(CoreCommon.CxFloat[] val, int shf, int n)
public void wrCFB(CoreCommon.CxFloat val)
public void wrCFBA(CoreCommon.CxFloat[] val, int n)
public void wrCFxy(float x,
float y)
public void wrCIxy(int x,
int y)
public void setC(int chn)
public int getC()
public int xgetL(int ioff)
public void xwrL(int x)
public void setDebug(int cnt)
public java.lang.String toString()
toString in class java.lang.Object