ch.ethz.mxquery.util
Class LineReader
java.lang.Object
ch.ethz.mxquery.util.LineReader
public class LineReader
- extends java.lang.Object
Line Reader for a Reader.
Needed because CLDC doesn't support BufferedReader
Constructor Summary |
LineReader(java.io.Reader reader)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineReader
public LineReader(java.io.Reader reader)
readLine
public java.lang.String readLine()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich