Microsoft SDK for Java

StringWriter Methods

Constructors Description
StringWriter Creates a StringWriter object.

Methods Description
getStringBuffer Retrieves the underlying StringBuffer object.
toString Retrieves a string containing the characters written to this StringWriter object.
write Writes a character to the underlying string buffer.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.