Package org.ujmp.core.io
Class ExportMatrixXML
- java.lang.Object
-
- org.ujmp.core.io.ExportMatrixXML
-
public class ExportMatrixXML extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
createInfo
private static boolean
createXMLHeader
private static java.lang.String
XMLHEADER
-
Constructor Summary
Constructors Constructor Description ExportMatrixXML()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters)
static void
toStream(java.io.OutputStream outputStream, Matrix matrix, java.lang.Object... parameters)
static void
toWriter(java.io.Writer writer, MapMatrix<?,?> map, java.lang.Object... parameters)
static void
toWriter(java.io.Writer writer, Matrix matrix, java.lang.Object... parameters)
-
-
-
Field Detail
-
XMLHEADER
private static final java.lang.String XMLHEADER
- See Also:
- Constant Field Values
-
createXMLHeader
private static boolean createXMLHeader
-
createInfo
private static boolean createInfo
-
-
Method Detail
-
toFile
public static void toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters) throws java.io.IOException
- Throws:
java.io.IOException
-
toStream
public static void toStream(java.io.OutputStream outputStream, Matrix matrix, java.lang.Object... parameters) throws java.io.IOException
- Throws:
java.io.IOException
-
toWriter
public static void toWriter(java.io.Writer writer, MapMatrix<?,?> map, java.lang.Object... parameters) throws java.io.IOException
- Throws:
java.io.IOException
-
toWriter
public static void toWriter(java.io.Writer writer, Matrix matrix, java.lang.Object... parameters) throws java.io.IOException
- Throws:
java.io.IOException
-
-