Manages a collection of Writers, handling automatic closing.
This class is useful for making sure that a Writer closed (and its
buffers flushed) when a VM exits.
A WriterManager can be usefully passed to the JDK 1.3 method
addShutdownHook in Runtime.