org.lobobrowser.html.io

Class WritableLineReader


public class WritableLineReader
extends LineNumberReader

Constructor Summary

WritableLineReader(Reader reader)
WritableLineReader(Reader reader, int bufferSize)

Method Summary

void
close()
int
read()
int
read(char[] b, int off, int len)
boolean
ready()
void
write(String text)
Note: Not implicitly thread safe.

Constructor Details

WritableLineReader

public WritableLineReader(Reader reader)

WritableLineReader

public WritableLineReader(Reader reader,
                          int bufferSize)

Method Details

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.
Parameters:
text -