Java Doc for LineInputStreamReader.java in » Scripting » Kawa » gnu » text » Java Source Code / Java DocumentationJava Source Code and Java Documentation
A LineBufferedReader that wraps an InputStream.
Similar functionality as using an InputStreamReader, but provides hooks
to read at the byte level before setting the charset.
Optionally uses java.nio.charset directly, for extra flexibility
and a possible (but slight and unverified) performance improvement.