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 TypeClassDescriptionclassWrites to an initial buffer then switches to a temp file when the threshold is reached.classWrites to a set of internally managed buffers.classLogs all write calls in a way that can be put into Java source code.final classDiscards everything.classBuffers all writes in segments.classWrites 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)
