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
| Interface | Description |
|---|---|
| BufferResult |
The result from completion of a buffered writer.
|
| Class | Description |
|---|---|
| AutoTempFileWriter |
Writes to an initial buffer then switches to a temp file when the threshold is reached.
|
| BufferWriter |
A buffered writer with results that may be trimmed, converted to String, and written to another
writer.
|
| CharArrayBufferResult |
This class is not thread safe.
|
| CharArrayBufferWriter |
Writes to a set of internally managed buffers.
|
| EmptyResult |
A completely empty result.
|
| LoggingResult |
Logs all write calls in a way that can be put into Java source code.
|
| LoggingWriter |
Logs all write calls in a way that can be put into Java source code.
|
| NullBufferWriter |
Discards everything.
|
| SegmentedResult |
This class is not thread safe.
|
| SegmentedWriter |
Buffers all writes in segments.
|
| TempFileResult |
This class is not thread safe.
|
| TempFileWriter |
Writes to a temp file buffer.
|
Copyright © 2010–2019 AO Industries, Inc.. All rights reserved.