mascoptLib.io.graph
Class MGXWriter
java.lang.Object
mascoptLib.io.graph.MGLWriter
mascoptLib.io.graph.MGXWriter
- All Implemented Interfaces:
- WriterInterface
- public class MGXWriter
- extends MGLWriter
- implements WriterInterface
The MGX Writer.
MGXWriter
public MGXWriter(String file)
throws FileNotFoundException
- Creates a writer with a filename.
- Parameters:
file
- the filename where to write.
MGXWriter
public MGXWriter(OutputStream os)
- Creates a writer with a stream.
- Parameters:
os
- the stream where to write.