Class ExportMatrixGML


  • public class ExportMatrixGML
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportMatrixGML()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void toFile​(java.io.File file, Matrix m, java.lang.Object... parameters)  
      static void toStream​(java.io.OutputStream out, Matrix m, java.lang.Object... parameters)  
      static void toWriter​(java.io.Writer w, Matrix m, java.lang.Object... parameters)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportMatrixGML

        public ExportMatrixGML()
    • Method Detail

      • toFile

        public static final void toFile​(java.io.File file,
                                        Matrix m,
                                        java.lang.Object... parameters)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • toStream

        public static final void toStream​(java.io.OutputStream out,
                                          Matrix m,
                                          java.lang.Object... parameters)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • toWriter

        public static final void toWriter​(java.io.Writer w,
                                          Matrix m,
                                          java.lang.Object... parameters)
                                   throws java.io.IOException
        Throws:
        java.io.IOException