com.shimari.util
Class LineReader

java.lang.Object
  extended byjava.io.Reader
      extended bycom.shimari.util.LineReader

public class LineReader
extends java.io.Reader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
LineReader(java.io.Reader aSource)
           
 
Method Summary
 void close()
           
 int read(char[] cbuf, int off, int len)
           
 java.lang.String readLine()
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineReader

public LineReader(java.io.Reader aSource)
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

readLine

public java.lang.String readLine()
                          throws java.io.IOException
Throws:
java.io.IOException

read

public int read(char[] cbuf,
                int off,
                int len)
         throws java.io.IOException
Throws:
java.io.IOException