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