|
S-PLUS Connect/Java v1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.insightful.splus.SplusDataResult
com.insightful.splus.SplusByteDataResult
Result of evaluating an S-PLUS expression producing byte (rawData) vector.
Constructor Summary | |
SplusByteDataResult(String expr,
String out,
String[] warn,
String err,
byte[] data)
|
Method Summary | |
boolean[] |
getBooleanData()
Get the data as booleans. |
byte[] |
getByteData()
Get the byte data. |
Object |
getData()
Get the byte array as an Object. |
double[] |
getDoubleData()
Get the data as doubles. |
float[] |
getFloatData()
Get the data as floats. |
long[] |
getLongData()
Get the data as longs. |
String[] |
getStringData()
Get the data as Strings. |
Methods inherited from class com.insightful.splus.SplusDataResult |
getError, getExpression, getOutput, getWarning, hasError, hasExpression, hasOutput, hasWarning, main, unit_test |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SplusByteDataResult(String expr, String out, String[] warn, String err, byte[] data)
Method Detail |
public Object getData()
getData
in class SplusDataResult
public byte[] getByteData() throws SplusBadDataException
getByteData
in class SplusDataResult
SplusBadDataException
public double[] getDoubleData() throws SplusBadDataException
SplusDataResult
getDoubleData
in class SplusDataResult
SplusBadDataException
public boolean[] getBooleanData() throws SplusBadDataException
SplusDataResult
getBooleanData
in class SplusDataResult
SplusBadDataException
public String[] getStringData() throws SplusBadDataException
SplusDataResult
getStringData
in class SplusDataResult
SplusBadDataException
public long[] getLongData() throws SplusBadDataException
SplusDataResult
getLongData
in class SplusDataResult
SplusBadDataException
public float[] getFloatData() throws SplusBadDataException
SplusDataResult
getFloatData
in class SplusDataResult
SplusBadDataException
|
S-PLUS Connect/Java v1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |