public class BinaryTypeWriter extends BinaryAutomataWriter
A BinaryWriter will write types to a binary output stream.
The types should be read back from the stream using
BinaryReader .
NOTE: Under-the-hood, this class is essentially a wrapper for
BinaryAutomataWriter.
writer| Constructor and Description |
|---|
BinaryTypeWriter(wyfs.io.BinaryOutputStream writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(Automaton.State state) |
close, flush, writepublic void write(Automaton.State state) throws IOException
write in class BinaryAutomataWriterIOExceptionCopyright © 2017. All rights reserved.