| Servertec | capacity( ) | |
|
|
Returns the amount of storage available in the specified string buffer object. Syntaxcapacity( stringbuffer )stringbuffer.capacity( ) Parametersstringbuffer the stringbuffer object to use.Returnsnumber the amount of storage available.Example
println( sb.capacity( ) ) |
|
top of page
|