When comparing java.io.BufferedWriter to java.io.FileWriter, which capabilities exist as a method in only one of the two?
Closing the stream
flushing the stream
writing to the stream
writing a line separator to the stream