DCT Lightfoot v3 API specification

com.dctl.j2me.io
Class Util

java.lang.Object
  |
  +--com.dctl.j2me.io.Util

public class Util
extends Object

Various utility methods for helping with I/O


Constructor Summary
Util()
           
 
Method Summary
static java.lang.String readLine(Reader in)
          Read a line from the file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

readLine

public static final java.lang.String readLine(Reader in)
                                       throws IOException
Read a line from the file. A line ends with a carriage return or a line feed

Parameters:
in - The reader to read characters from
Returns:
the string
Throws:
IOException - if there is an error

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification