This is used as an alternative to the ParseBuffer for extracting tokens from the URI without allocating memory. This will basically mark out regions within the buffer which are used to represent the token. When the token value is required the region is used to create a String object.
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.