Microsoft SDK for Java

StringWriter.getStringBuffer

Retrieves the underlying StringBuffer object.

Syntax

public StringBuffer getStringBuffer()

Return Value

Returns the underlying string buffer. This is either the StringBuffer object that was passed to the constructor or the StringBuffer object that was automatically created.

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