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 NullBufferWriter extends BufferWriter
| Modifier and Type | Method and Description |
|---|---|
NullBufferWriter |
append(char c) |
NullBufferWriter |
append(CharSequence csq) |
NullBufferWriter |
append(CharSequence csq,
int start,
int end) |
void |
close() |
void |
flush() |
static NullBufferWriter |
getInstance() |
long |
getLength()
Gets the number of characters in this buffer.
|
EmptyResult |
getResult()
Gets the result from this buffer.
|
String |
toString()
Gets a short message (like type and length).
|
void |
write(char[] cbuf) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
public static NullBufferWriter getInstance()
public NullBufferWriter append(CharSequence csq)
append in interface Appendableappend in class Writerpublic NullBufferWriter append(CharSequence csq, int start, int end)
append in interface Appendableappend in class Writerpublic NullBufferWriter append(char c)
append in interface Appendableappend in class Writerpublic void flush()
public void close()
public long getLength()
BufferWritergetLength in class BufferWriterpublic String toString()
BufferWritertoString in class BufferWriterTo get access to the buffered content.public EmptyResult getResult()
BufferWritergetResult in class BufferWriterCopyright © 2010–2019 AO Industries, Inc.. All rights reserved.