Servertec StringBuffer
M E N U

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

Wrappers
Server Side
Preprocessor
Executable
Make
Samples
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 specied string buffer object.
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Wed Apr 15 00:16:38 EDT 1998