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.LineNumberReaderjava.io.IOExceptionpublic int read(char[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.LineNumberReaderjava.io.IOExceptionpublic boolean ready()
throws java.io.IOException
ready in class java.io.BufferedReaderjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.BufferedReaderjava.io.IOExceptionpublic void write(java.lang.String text)
throws java.io.IOException
text - java.io.IOException