|
||||||||||
| 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.HmmBinaryReader
public class HmmBinaryReader
This class can read Hidden Markov Models from a byte stream.
The HMM objects are simply deserialized. HMMs could thus be unreadable using a different release of this library.
| Constructor Summary | |
|---|---|
HmmBinaryReader()
|
|
| Method Summary | |
|---|---|
static Hmm<?> |
read(java.io.InputStream stream)
Reads a HMM from a byte stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HmmBinaryReader()
| Method Detail |
|---|
public static Hmm<?> read(java.io.InputStream stream)
throws java.io.IOException
stream - Holds the byte stream the HMM is read from.
HMM read.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||