public class LineReader extends java.lang.Object implements Reader<java.lang.String>
LineReader(okio.Source source)
boolean
hasNext()
java.lang.String
readNext(java.lang.Class<java.lang.String> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LineReader(okio.Source source)
public java.lang.String readNext(java.lang.Class<java.lang.String> type) throws java.io.IOException
readNext
Reader<java.lang.String>
java.io.IOException
public boolean hasNext() throws java.io.IOException
hasNext