public class LineReader extends java.lang.Object
LineReader(java.io.InputStream in)
byte[]
readLine()
java.util.List<byte[]>
readLines()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LineReader(java.io.InputStream in)
public java.util.List<byte[]> readLines() throws java.io.IOException
java.io.IOException
public byte[] readLine() throws java.io.IOException
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.