| Constructor and Description |
|---|
testEngine(int sLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxSequenceLength() |
void |
loadTestGrid(String datasetName,
test_SDGrid tg)
Loads test Grids full of data
|
void |
newLoadTestArray(String datasetName,
test_SDArray ta)
Loads test Arrays full of data
|
boolean |
nextBool() |
byte |
nextByte() |
float |
nextFloat32() |
double |
nextFloat64() |
short |
nextInt16() |
int |
nextInt32() |
String |
nextString() |
short |
nextUint16() |
int |
nextUint32() |
String |
nextURL() |
public testEngine(int sLength)
sLength - Length of test Sequencespublic int getMaxSequenceLength()
public boolean nextBool()
public byte nextByte()
public float nextFloat32()
public double nextFloat64()
public short nextUint16()
public short nextInt16()
public int nextUint32()
public int nextInt32()
public String nextURL()
public String nextString()
public void newLoadTestArray(String datasetName, test_SDArray ta) throws IOException
datasetName - Name of datasetta - Array to load upIOException - When crap goes wrongpublic void loadTestGrid(String datasetName, test_SDGrid tg) throws NoSuchVariableException, IOException, EOFException
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.