Returns the String for the FastStringBuffer's contents.
@param startIndex the index of the FastStringBuffer to startcopying from.
@param endIndex the index of the FastStringBuffer to endcopying with. The character at endIndex is excluded.
@return a new String containing the characters between thespecified start and end index into the FastStringBuffer
@exception StringIndexOutOfBoundsException if thestartIndex or endIndex arguments index characters outside the bounds of the FastStringBuffer.
@aribaapi documented
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.