|
Pro contributor
|
|
|
17May2011,02:54
|
|
|
|
Quote:
Without buffering, each invocation of a print() method would cause characters to be converted into bytes that would then be written immediately to the file, which can be very inefficient.
from here--> http://download.oracle.com/javase/1....redWriter.html
|