|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface MatxObject
MaTXのオブジェクトを表わすインターフェースです。
メソッドの概要 | |
---|---|
String |
toMmString()
MM形式の文字列を生成します。 |
String |
toMmString(String format)
MM形式の文字列を生成します。 |
void |
writeMmFormat(String fileName,
String dataName)
MMファイル形式で行列データをファイルに出力します。 |
void |
writeMmFormat(Writer output,
String dataName,
boolean withStatementSeparator)
MMフォーマット行列データをライターに出力します。 |
void |
writeMxFormat(OutputStream output,
String dataName)
データをMX形式で出力ストリームへ出力します。 |
void |
writeMxFormat(String fileName,
String dataName)
データをMX形式でファイルへ出力します。 |
メソッドの詳細 |
---|
String toMmString()
String toMmString(String format)
format
- 出力フォーマット
void writeMxFormat(String fileName, String dataName) throws IOException
fileName
- ファイル名dataName
- データの名前
IOException
- ファイルに出力できない場合void writeMxFormat(OutputStream output, String dataName) throws IOException
output
- 出力ストリームdataName
- データの名前
IOException
- 出力ストリームに出力できない場合void writeMmFormat(String fileName, String dataName) throws IOException
fileName
- ファイル名dataName
- 名前
IOException
- ファイルに出力できない場合void writeMmFormat(Writer output, String dataName, boolean withStatementSeparator) throws IOException
output
- ライターdataName
- 名前withStatementSeparator
- セミコロンと改行コードを出力するならばtrue、そうでなければfalse
IOException
- ライターに出力できない場合
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |