public class CharBuffer extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CharBuffer.CharBufferStack |
| Constructor and Description |
|---|
CharBuffer() |
CharBuffer(CharBuffer preamble) |
CharBuffer(String text) |
CharBuffer(StringBuilder target) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToBeginning(CharBuffer buffer) |
void |
addToEnd(CharBuffer buffer) |
CharBuffer |
append(Object obj) |
CharBuffer |
append(String str) |
CharBuffer |
clear() |
protected CharBuffer |
newChild() |
protected CharBuffer |
newChild(StringBuilder from) |
protected void |
onAppend() |
CharBuffer |
printAfter(String suffix)
Append the given string, and return a printbuffer to append to this point.
|
String |
toString() |
protected String indent
public CharBuffer()
public CharBuffer(String text)
public CharBuffer(CharBuffer preamble)
public CharBuffer(StringBuilder target)
protected CharBuffer newChild()
protected CharBuffer newChild(StringBuilder from)
protected void onAppend()
public CharBuffer append(Object obj)
public CharBuffer append(String str)
public void addToBeginning(CharBuffer buffer)
public CharBuffer printAfter(String suffix)
suffix - - The text to appendpublic CharBuffer clear()
public void addToEnd(CharBuffer buffer)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.