Interface OutputBuffer
- All Known Implementing Classes:
NullOutputBuffer,PageOutputStream,PageWriter
public interface OutputBuffer
An interface that bridges PageWriter and PageOutputStream. Either can be cast to
OutputBuffer and used.
- Version:
- $Revision: 1.2 $
- Author:
- Scott Farquhar
- See Also:
-
Method Summary
-
Method Details
-
discardBuffer
void discardBuffer() -
getBuffer
- Parameters:
encoding- The encoding to use for decoding the buffer
-
flush
void flush()
-