org.lobobrowser.html.io
Class WritableLineReader
LineNumberReader
org.lobobrowser.html.io.WritableLineReader
public class WritableLineReader
extends LineNumberReader
void | close()
|
int | read()
|
int | read(char[] b, int off, int len)
|
boolean | ready()
|
void | write(String text) - Note: Not implicitly thread safe.
|
WritableLineReader
public WritableLineReader(Reader reader)
WritableLineReader
public WritableLineReader(Reader reader,
int bufferSize)
close
public void close()
throws IOException
read
public int read()
throws IOException
read
public int read(char[] b,
int off,
int len)
throws IOException
ready
public boolean ready()
throws IOException
write
public void write(String text)
throws IOException
Note: Not implicitly thread safe.