Package com.intellij.util.text
Class LineReader
- java.lang.Object
-
- com.intellij.util.text.LineReader
-
public class LineReader extends Object
-
-
Constructor Summary
Constructors Constructor Description LineReader(InputStream in)
-
-
-
Constructor Detail
-
LineReader
public LineReader(InputStream in)
-
-
Method Detail
-
readLines
public List<byte[]> readLines() throws IOException
- Throws:
IOException
-
-