Class ModelWriter


  • public class ModelWriter
    extends Object
    Simple writer for the a model
    • Constructor Detail

      • ModelWriter

        public ModelWriter()
    • Method Detail

      • write

        public static void write​(Writer writer,
                                 Model model)
                          throws IOException
        Writes the model to the writer. The writer is not closed.
        Parameters:
        writer - Writer
        model - Model
        Throws:
        IOException