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 final class EmptyResult extends Object implements BufferResult
| Modifier and Type | Method and Description |
|---|---|
static EmptyResult |
getInstance() |
long |
getLength() |
boolean |
isFastToString() |
String |
toString() |
EmptyResult |
trim()
Trims the contents of this result, returning the instance that represents this result trimmed.
|
void |
writeTo(Encoder encoder,
Writer out) |
void |
writeTo(Encoder encoder,
Writer out,
long off,
long len) |
void |
writeTo(Writer out) |
void |
writeTo(Writer out,
long off,
long len) |
public static EmptyResult getInstance()
public boolean isFastToString()
isFastToString in interface Writablepublic String toString()
public void writeTo(Writer out, long off, long len)
public EmptyResult trim()
BufferResulttrim in interface BufferResultCopyright © 2010–2019 AO Industries, Inc.. All rights reserved.