The FileHandler class creates a FileOutputStream and then wraps
it with a BufferedOutputStream. Unfortunately due to a one character
coding botch it then proceeds to use the raw FileOutputStream rather
than the BufferedOutputStream.
This can potentially lead to very poor performance for
FileHandler writes.
graham.hamilton@Eng 2001-07-25