Output buffering library.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://aoindustries.com/contact
| Modifier and Type | Class and Description |
|---|---|
class |
AutoTempFileWriter
Writes to an initial buffer then switches to a temp file when the threshold is reached.
|
class |
CharArrayBufferWriter
Writes to a set of internally managed buffers.
|
class |
LoggingWriter
Logs all write calls in a way that can be put into Java source code.
|
class |
NullBufferWriter
Discards everything.
|
class |
SegmentedWriter
Buffers all writes in segments.
|
class |
TempFileWriter
Writes to a temp file buffer.
|
| Constructor and Description |
|---|
AutoTempFileWriter(BufferWriter initialBuffer,
TempFileContext tempFileContext)
Uses the default temp file threshold.
|
AutoTempFileWriter(BufferWriter initialBuffer,
TempFileContext tempFileContext,
long tempFileThreshold) |
LoggingWriter(BufferWriter wrapped,
Writer log) |
Copyright © 2010–2019 AO Industries, Inc.. All rights reserved.