MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.util
Class LineReader

java.lang.Object
  extended by 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)
           
 
Method Summary
 void close()
           
 int read()
           
 java.lang.String readLine()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineReader

public LineReader(java.io.Reader reader)
Method Detail

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

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich