|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClusteredTextBucket
A thread safe clustered appendable char-sequence. Instances of this class are intended to provide a clustered equivalent to the JDK StringBuffer class.
| Method Summary | |
|---|---|
ClusteredTextBucket |
append(char c)
|
ClusteredTextBucket |
append(CharSequence csq)
Appends the specified CharSequence to this bucket. |
ClusteredTextBucket |
append(CharSequence csq,
int start,
int end)
|
| Methods inherited from interface java.lang.CharSequence |
|---|
charAt, length, subSequence, toString |
| Method Detail |
|---|
ClusteredTextBucket append(CharSequence csq)
throws IOException
CharSequence to this bucket.
The characters of this sequence are appended in order, with this bucket growing in length by the length of the argument.
This method modifies the text bucket in an atomic manner with respect to all other bucket mutating methods.
If csq is null then the sequence "null"
is appended to the text bucket.
append in interface AppendableIOException
ClusteredTextBucket append(CharSequence csq,
int start,
int end)
throws IOException
append in interface AppendableIOException
ClusteredTextBucket append(char c)
throws IOException
append in interface AppendableIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||