Servertec   StringBuffer
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Cookie
Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
Response
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Servlet
Server Side
Preprocessor
Executable
Samples
Sales
Legal
Feedback

 

Operates on string buffer objects.

Method Description
append( ) Appends the string representation of the given object to the specified string buffer object.
capacity( ) Returns the amount of storage available in the specified string buffer object.
charAt( ) Returns the character at the specified index in the given string buffer object.
ensureCapacity( ) Increases the capacity, as needed, to the specified amount in the given string buffer object.
getChars( ) Returns a new character array object containing the specified string buffer.
insert( ) Returns the given string buffer containing the specified object inserted at the specified offset.
length( ) Returns the number of characters in the specified string buffer object.
reverse( ) Returns a string buffer object with the characters in reverse order from the specified string buffer object.
setCharAt( ) Sets the character at the specified offset to a given character in the given string buffer object.
setLength( ) Sets the length of the specified string buffer object.
StringBuffer( ) Returns a new string buffer object set to the specified value, capacity, or defaults.
toString( ) Returns a string representation of the specified string buffer object.

 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:19:03 EST 1999