gnu.text
Class LineInputStreamReader
public
class
LineInputStreamReader
extends LineBufferedReader
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.
public LineInputStreamReader(InputStream in)
public void close()
public int fill(int len)
public int getByte()
public void markStart()
public boolean ready()
public void resetStart(int pos)
public void setCharset(Charset cset)
public void setCharset(String name)