OHyMoS.NET Class Library
OhInputFile.oPrint メソッド
この入力ファイルの情報をストリーム
aSw
に出力します。 出力するときに、各行の行頭に、文字列
aHead
を付加し ます。
The information on this input file is printed to the specified PrintWriter
aSw
with preceding String
aHead
public override
void
oPrint(
StreamWriter
aSw
,
string
aHead
);
パラメータ
aSw
a
StreamWriter
value
入力ファイルの情報を書き込むストリーム
aHead
a
String
value
参照
OhInputFile クラス
|
OhymosNet 名前空間