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 |
CharArrayBufferResult
This class is not thread safe.
|
class |
EmptyResult
A completely empty result.
|
class |
LoggingResult
Logs all write calls in a way that can be put into Java source code.
|
class |
SegmentedResult
This class is not thread safe.
|
class |
TempFileResult
This class is not thread safe.
|
| Modifier and Type | Method and Description |
|---|---|
abstract BufferResult |
BufferWriter.getResult()
Gets the result from this buffer.
|
BufferResult |
CharArrayBufferWriter.getResult() |
BufferResult |
TempFileWriter.getResult() |
BufferResult |
AutoTempFileWriter.getResult() |
BufferResult |
SegmentedWriter.getResult() |
BufferResult |
TempFileResult.trim() |
BufferResult |
SegmentedResult.trim() |
BufferResult |
BufferResult.trim()
Trims the contents of this result, returning the instance that represents this result trimmed.
|
BufferResult |
CharArrayBufferResult.trim() |
| Constructor and Description |
|---|
LoggingResult(BufferResult wrapped,
Writer log) |
Copyright © 2010–2019 AO Industries, Inc.. All rights reserved.