Class Index | File Index

Classes


Class StringWriter


Defined in: core.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates an instance of a string buffer in which characters can be added.
Method Summary
Method Attributes Method Name and Description
 
toString(string)
Returns the string stored in buffer.
 
write(string)
Appends the given string to the buffer.
Class Detail
StringWriter()
Creates an instance of a string buffer in which characters can be added. Adapted from java.io.StringWriter
Method Detail
{string} toString(string)
Returns the string stored in buffer.
Parameters:
string
Returns:
{string} string

write(string)
Appends the given string to the buffer.
Parameters:
{string} string

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Aug 21 2024 17:43:24 GMT+0200 (CEST)