org.genepattern.io.expr
| ||||||||||||||||||||||||||||||||||||||||||
| Method Summary | |
boolean |
canDecode(java.io.InputStream is)
Returns true if this parser can claims to be able to
decode the given stream upon brief examination, false
otherwise |
void |
parse(java.io.InputStream is)
Parse a document. |
void |
setHandler(IExpressionDataHandler h)
Sets the handler that will receive events |
| Method Detail |
public void setHandler(IExpressionDataHandler h)
h - The new handler value
public boolean canDecode(java.io.InputStream is)
throws java.io.IOException
true if this parser can claims to be able to
decode the given stream upon brief examination, false
otherwise
is - The input stream
java.io.IOException - If an error occurs while reading from the stream
public void parse(java.io.InputStream is)
throws ParseException,
java.io.IOException
is - The input stream
ParseException - -
Any parse exception, possibly wrapping another exception.
java.io.IOException - -
An IO exception from the parser, possibly from a byte stream
or character stream supplied by the application.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||