public interface PrintResultWriter extends ResultWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeDouble(ResultKeyword keyword,
double value)
Writes an double result for the given keyword.
|
void |
writeLong(ResultKeyword keyword,
long value)
Writes an long integer result for the given keyword.
|
void |
writeString(ResultKeyword keyword,
java.lang.String value)
Writes an string result for the given keyword.
|
close, writeDouble, writeEndArray, writeEndArrayItem, writeEndNode, writeEndResults, writeLong, writeStartArray, writeStartArrayItem, writeStartNode, writeStartResults, writeStringvoid writeLong(ResultKeyword keyword, long value) throws ResultException
keyword - the print keyword which is used for the name and formattingvalue - the result valueResultExceptionvoid writeDouble(ResultKeyword keyword, double value) throws ResultException
keyword - the print keyword which is used for the name and formattingvalue - the result valueResultExceptionvoid writeString(ResultKeyword keyword, java.lang.String value) throws ResultException
keyword - the print keyword which is used for the name and formattingvalue - the result valueResultException