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.
我有一个正在写入文本文件的缓冲写入器。由于某种原因,作者在写到一半时停止写长字符串。在 java 中使用缓冲 Writer 是否有任何已知问题?
你要关闭作者吗?
writer.close();
在将大文本写入文件之前,请使用 obj_BufferedWriter.flush()。