public Append ( String str ) : void | ||
str | String |
/// the |
return | void |
String
to the end of the buffer. The buffer will not overflow with repeated uses of the append
, it uses an ensureCapacity
method which will allow the buffer to dynamically grow in size to accomodate large String
objects. public Append ( String str ) : void | ||
str | String |
/// the |
return | void |