Returns the character located at the specified index in the buffer. The index value is referenced from the current buffer position.
@param index The index referenced from the current buffer position. It must not be less than zero but less than the value obtained from a call to remaining()
@return the character located at the specified index (referenced from thecurrent position) in the buffer.
@exception IndexOutOfBoundsException If the index is invalid
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.