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
public abstract class BufferWriter extends Writer
| Modifier | Constructor and Description |
|---|---|
protected |
BufferWriter() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getLength()
Gets the number of characters in this buffer.
|
abstract BufferResult |
getResult()
Gets the result from this buffer.
|
abstract String |
toString()
Gets a short message (like type and length).
|
public abstract long getLength()
throws IOException
IOExceptionpublic abstract String toString()
toString in class ObjectTo get access to the buffered content.public abstract BufferResult getResult() throws IllegalStateException, IOException
IllegalStateException - if not closedIOExceptionCopyright © 2010–2019 AO Industries, Inc.. All rights reserved.