com.hs.mail.io
Class LineReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.InputStreamReader
          extended by com.hs.mail.io.LineReader
All Implemented Interfaces:
Closeable, Readable

public class LineReader
extends InputStreamReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
LineReader(InputStream in)
           
 
Method Summary
 String readLine()
           
 
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, 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(InputStream in)
Method Detail

readLine

public String readLine()
                throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.