ftp2me
Class LineReader
java.lang.Object
java.io.Reader
java.io.InputStreamReader
ftp2me.LineReader
public class LineReader
- extends java.io.InputStreamReader
Can read a "Line" from character streams.
Uses only a single character "buffer".
Fields inherited from class java.io.Reader |
lock |
Constructor Summary |
LineReader(java.io.InputStream in)
|
Methods inherited from class java.io.InputStreamReader |
close |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineReader
public LineReader(java.io.InputStream in)
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class java.io.InputStreamReader
mark
public void mark(int readLimit)
- Overrides:
mark
in class java.io.InputStreamReader
read
public int read()
throws java.io.IOException
- Overrides:
read
in class java.io.InputStreamReader
- Throws:
java.io.IOException
read
public int read(char[] cbuf)
throws java.io.IOException
- Overrides:
read
in class java.io.Reader
- Throws:
java.io.IOException
read
public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
- Overrides:
read
in class java.io.InputStreamReader
- Throws:
java.io.IOException
reset
public void reset()
throws java.io.IOException
- Overrides:
reset
in class java.io.InputStreamReader
- Throws:
java.io.IOException
skip
public long skip(long n)
throws java.io.IOException
- Overrides:
skip
in class java.io.InputStreamReader
- Throws:
java.io.IOException
ready
public boolean ready()
throws java.io.IOException
- Overrides:
ready
in class java.io.InputStreamReader
- Throws:
java.io.IOException
readLine
public java.lang.String readLine()
throws java.io.IOException
- Throws:
java.io.IOException