The contents of the string are managed by the string buffer. As characters are appended, the string buffer will grow as needed.
Note: Never set the ch
, offset
, and length
fields directly. These fields are managed by the string buffer. In order to reset the buffer, call clear()
.
@author Andy Clark, IBM
@author Eric Ye, IBM
The contents of the string are managed by the string buffer. As characters are appended, the string buffer will grow as needed.
Note: Never set the ch
, offset
, and length
fields directly. These fields are managed by the string buffer. In order to reset the buffer, call clear()
.
@author Andy Clark, IBM
@author Eric Ye, IBM
@version $Id: XMLStringBuffer.java 447241 2006-09-18 05:12:57Z mrglavas $
The contents of the string are managed by the string buffer. As characters are appended, the string buffer will grow as needed.
Note: Never set the ch
, offset
, and length
fields directly. These fields are managed by the string buffer. In order to reset the buffer, call clear()
.
@author Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000
@author Andy Clark, IBM
@author Eric Ye, IBM
@version $Id: XMLStringBuffer.java,v 1.1.2.3 2000/10/10 23:24:26 lehors Exp $
|
|