![]() |
От: |
Blazkowicz
|
|
Дата: | 22.03.07 14:03 | ||
Оценка: |
6>PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter(file)));
6>
Convenience class for writing character files. The constructors of this class assume that the default character encoding and the default byte-buffer size are acceptable. To specify these values yourself, construct an OutputStreamWriter on a FileOutputStream.