create(InputStream is, String javaEncoding) Create a JDK-based reader.
Parameters: is - the input stream providing the bytes. Parameters: javaEncoding - the JDK name for the encoding.
public int
read() Reads into a character buffer using the correct encoding.
Create a JDK-based reader.
Parameters: is - the input stream providing the bytes. Parameters: javaEncoding - the JDK name for the encoding. an InputStreamReader