org.apache.xml.utils
public class StringBufferPool extends Object
UNKNOWN: internal
Method Summary | |
---|---|
static void | free(FastStringBuffer sb)
Return a string buffer back to the pool.
|
static FastStringBuffer | get()
Get the first free instance of a string buffer, or create one
if there are no free instances.
|
Parameters: sb Must be a non-null reference to a string buffer.
Returns: A string buffer ready for use.