Class ImportMatrixATOM


  • public class ImportMatrixATOM
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Matrix fromFile​(java.io.File file, java.lang.Object... parameters)  
      static Matrix fromStream​(java.io.InputStream stream, java.lang.Object... parameters)  
      • Methods inherited from class java.lang.Object

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

      • ImportMatrixATOM

        public ImportMatrixATOM()
    • Method Detail

      • fromStream

        public static final Matrix fromStream​(java.io.InputStream stream,
                                              java.lang.Object... parameters)
                                       throws javax.xml.parsers.ParserConfigurationException,
                                              org.xml.sax.SAXException,
                                              java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException
      • fromFile

        public static final Matrix fromFile​(java.io.File file,
                                            java.lang.Object... parameters)
                                     throws javax.xml.parsers.ParserConfigurationException,
                                            org.xml.sax.SAXException,
                                            java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException