org.lobobrowser.html.io
public class WritableLineReader extends java.io.LineNumberReader
Constructor and Description |
---|
WritableLineReader(java.io.Reader reader) |
WritableLineReader(java.io.Reader reader,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(char[] b,
int off,
int len) |
boolean |
ready() |
void |
write(java.lang.String text)
Note: Not implicitly thread safe.
|
public WritableLineReader(java.io.Reader reader, int bufferSize)
public WritableLineReader(java.io.Reader reader)
public int read() throws java.io.IOException
read
in class java.io.LineNumberReader
java.io.IOException
public int read(char[] b, int off, int len) throws java.io.IOException
read
in class java.io.LineNumberReader
java.io.IOException
public boolean ready() throws java.io.IOException
ready
in class java.io.BufferedReader
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.BufferedReader
java.io.IOException
public void write(java.lang.String text) throws java.io.IOException
text
- java.io.IOException