Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
入力ファイルの内容を「上書き」して、更新された情報に置き換えたい。
テキストファイル全体を読み取ることができる場合は、それを閉じて閉じます。次に、FileOutputStreamラップでラップして使用しますOutputStreamWriter(FileOutputStreamデフォルトで上書きされます)。
FileOutputStream
OutputStreamWriter
読み取りと書き込みを同時に行う必要がある場合は、別のファイルに書き込んでから、「古い」ファイルを削除し、「新しい」ファイルの名前を元の場所に変更する必要があります。