Helper class for doing efficient UTF-8 to/from Java strings conversion. Reason we don't want use JDK provided one is that of performance -- it works fine for longer Strings, but can not recycle its buffers leading to inefficient handling of short Strings.
TODO: for now we will indeed just use JDK; should get code from Jackson or Woodstox for fast UTF-8 codec.
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.