Similar with StringBuilder or StringBuffer, but with access to the raw buffer - this avoids copying the data. Utilities to manipluate char chunks. While String is the easiest way to manipulate chars ( search, substrings, etc), it is known to not be the most efficient solution - Strings are designed as imutable and secure objects.
@author dac@sun.com
@author James Todd [gonzo@sun.com]
@author Costin Manolache
@author Remy Maucherat
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.