|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.jahmm.io.OpdfReader<Opdf<?>>
be.ac.ulg.montefiore.run.jahmm.io.OpdfGenericReader
public class OpdfGenericReader
Constructor Summary | |
---|---|
OpdfGenericReader()
|
Method Summary | |
---|---|
Opdf<?> |
read(java.io.StreamTokenizer st)
Reads an Opdf out of a
StreamTokenizer . |
Methods inherited from class be.ac.ulg.montefiore.run.jahmm.io.OpdfReader |
---|
read |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpdfGenericReader()
Method Detail |
---|
public Opdf<?> read(java.io.StreamTokenizer st) throws java.io.IOException, FileFormatException
OpdfReader
Opdf
out of a
StreamTokenizer
.
The stream tokenizer syntax table must be set according to
of HmmReader.initSyntaxTable(StreamTokenizer)
before the call to this method and reset to this state if
modified before it returns.
read
in class OpdfReader<Opdf<?>>
st
- A stream tokenizer.
java.io.IOException
FileFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |