Uses of Class
com.aoapps.io.buffer.BufferWriter
-
Uses of BufferWriter in com.aoapps.io.buffer
Subclasses of BufferWriter in com.aoapps.io.bufferModifier and TypeClassDescriptionclass
Writes to an initial buffer then switches to a temp file when the threshold is reached.class
Writes to a set of internally managed buffers.class
Logs all write calls in a way that can be put into Java source code.final class
Discards everything.class
Buffers all writes in segments.class
Writes to a temp file buffer.Constructors in com.aoapps.io.buffer with parameters of type BufferWriterModifierConstructorDescriptionAutoTempFileWriter
(BufferWriter initialBuffer, TempFileContext tempFileContext) Uses the default temp file threshold.AutoTempFileWriter
(BufferWriter initialBuffer, TempFileContext tempFileContext, long tempFileThreshold) LoggingWriter
(BufferWriter wrapped, Writer log)