Package org.ujmp.core.io
Class ExportMatrixXML
java.lang.Object
org.ujmp.core.io.ExportMatrixXML
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static boolean
private static boolean
private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
toStream
(OutputStream outputStream, Matrix matrix, Object... parameters) static void
static void
-
Field Details
-
XMLHEADER
- See Also:
-
createXMLHeader
private static boolean createXMLHeader -
createInfo
private static boolean createInfo
-
-
Constructor Details
-
ExportMatrixXML
public ExportMatrixXML()
-
-
Method Details
-
toFile
- Throws:
IOException
-
toStream
public static void toStream(OutputStream outputStream, Matrix matrix, Object... parameters) throws IOException - Throws:
IOException
-
toWriter
public static void toWriter(Writer writer, MapMatrix<?, ?> map, Object... parameters) throws IOException- Throws:
IOException
-
toWriter
- Throws:
IOException
-