This class represents an {@link Appendable} text whose capacity expands gently without incurring expensive resize/copy operations ever.
This class is not intended for large documents manipulations which should be performed with the {@link Text} class directly (O(Log(n))
{@link Text#insert insertion} and {@link Text#delete deletion} capabilities).
This implementation is not synchronized.
@author Jean-Marie Dautelle @version 5.3, January 20, 2008
|
|
|
|