Package net.reduls.igo.util
Class FileMappedOutputStream
java.lang.Object
net.reduls.igo.util.FileMappedOutputStream
ファイルにマッピングされた出力ストリーム
net.reduls.igo以下のパッケージではファイルにバイナリデータを出力する場合、必ずこのクラスが使用される
net.reduls.igo以下のパッケージではファイルにバイナリデータを出力する場合、必ずこのクラスが使用される
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileMappedOutputStream
サイズを指定して出力ストリームを作成する- Parameters:
filepath- マッピングされるファイルのパスsize- ファイル(=出力するデータ)のサイズ。このサイズを超えて出力が行われた場合の動作は未定義。- Throws:
IOException
-
-
Method Details
-
putInt
- Throws:
IOException
-
putChar
- Throws:
IOException
-
putShort
- Throws:
IOException
-
putString
- Throws:
IOException
-
close
public void close()
-