Reset this CharArrayReader's position to the last mark() location. Invocations of read()/skip() will occur from this new location. If this Reader was not marked, the CharArrayReader is reset to the beginning of the String.
@throws IOException If this CharArrayReader has already been closed.
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.