Interface BufferResult

All Superinterfaces:
Writable
All Known Implementing Classes:
CharArrayBufferResult, EmptyResult, LoggingResult, SegmentedResult, StringResult, TempFileResult

public interface BufferResult extends Writable
The result from completion of a buffered writer. Only available after a buffered writer has been closed.

All implementations are thread safe.

Idea: Add contentEquals(String) method to avoid some uses of toString?

Author:
AO Industries, Inc.
See Also: