public class StringDataBuffer extends DataBuffer
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
array |
arrayObject, capacity, end, growthCap, growthMin, start| Constructor and Description |
|---|
StringDataBuffer()
Creates an empty string buffer.
|
StringDataBuffer(int size)
Creates a string buffer of the given size.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String value) |
void |
newArray(int size)
Allocates a new, empty array of the given size and assign it to the
arrayObject property.
|
append, clear, clone, copy, copyTo, getSize, insert, isEmpty, makeRoomFor, makeRoomFor, pack, remove, setToMatch, subsection, tidy, toStringpublic StringDataBuffer()
public StringDataBuffer(int size)
public void add(java.lang.String value)
public void newArray(int size)
DataBuffernewArray in class DataBuffer