git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@568605
13f79535-47bb-0310-9956-
ffa450edef68
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
-import java.nio.CharBuffer;
/** Efficient conversion of bytes to character .
*
return super.read();
}
- public final int read(CharBuffer cb) throws IOException {
- return super.read(cb);
- }
-
- public final int read(char[] cbuf) throws IOException {
- return super.read(cbuf);
- }
-
/** Reset the buffer
*/
public final void recycle() {