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. |
Util
public Util()
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