|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.lib.file.LineReader
public class LineReader
A helper class that handles line endings when reading from a BinaryInput.
| Constructor Summary | |
|---|---|
LineReader(Env env)
|
|
| Method Summary | |
|---|---|
StringValue |
readLine(Env env,
BinaryInput input,
long length)
Reads a line from the BinaryInput, returning null on EOF. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LineReader(Env env)
| Method Detail |
|---|
public StringValue readLine(Env env,
BinaryInput input,
long length)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||