Public Member Functions | List of all members
StringBuffer Class Reference

Inherits ScriptObject.

Public Member Functions

 StringBuffer ()
 
 clear ()
 
Boolean isEmpty ()
 
 append (String text)
 
 assign (String text)
 
String toString ()
 

Detailed Description

A string buffer for managing very long text.

Constructor & Destructor Documentation

◆ StringBuffer()

Initializes the buffer as empty.

Member Function Documentation

◆ append()

append ( String  text)

Appends the specified text.

◆ assign()

assign ( String  text)

Assigns the specified text.

◆ clear()

clear ( )

Clears the buffer.

◆ isEmpty()

Boolean isEmpty ( )

Returns true if the buffer is empty.

◆ toString()

String toString ( )

Returns the text in the buffer.



Generated by Autodesk, Inc. 12 April 2024
Copyright (c) 2012-2024 by Autodesk, Inc.