- java.lang.Object
-
- spice.basic.IOUtils
-
public class IOUtils extends java.lang.Object
Class IOUtils provides miscellaneous static methods that simplify common console I/O tasks.Version 1.0.0 15-JUL-2009 (NJB)
-
-
Method Detail
-
prompt
public static java.lang.String prompt(java.lang.String outputText) throws java.io.IOException
Display a string that prompts the user for an input string; read and return the string supplied by the user.- Parameters:
outputText
- String- Returns:
- String
- Throws:
java.io.IOException
- exception
-
-