public static class Options.InMemoryBuffer extends Object implements Options.Buffer
StringBuilder implementation.| Constructor and Description |
|---|
InMemoryBuffer() |
| Modifier and Type | Method and Description |
|---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence csq) |
Appendable |
append(CharSequence csq,
int start,
int end) |
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchars, codePoints, toStringpublic Appendable append(CharSequence csq) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(CharSequence csq, int start, int end) throws IOException
append in interface AppendableIOExceptionpublic Appendable append(char c) throws IOException
append in interface AppendableIOExceptionpublic int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequenceCopyright © 2010 - 2020 Adobe. All Rights Reserved