public class LineReader
extends java.lang.Object
| Constructor and Description |
|---|
LineReader(Env env) |
| Modifier and Type | Method and Description |
|---|---|
StringValue |
readLine(Env env,
BinaryInput input,
long length)
Reads a line from the BinaryInput, returning null on EOF.
|
public LineReader(Env env)
public StringValue readLine(Env env, BinaryInput input, long length) throws java.io.IOException
java.io.IOException