Class AutoTempFileWriter

java.lang.Object
java.io.Writer
com.aoapps.io.buffer.BufferWriter
com.aoapps.io.buffer.AutoTempFileWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class AutoTempFileWriter extends BufferWriter
Writes to an initial buffer then switches to a temp file when the threshold is reached.

This class is not thread safe.

Author:
AO Industries, Inc.