csheets.core.formula.compiler
Class Console
java.lang.Object
csheets.core.formula.compiler.Console
public class Console
- extends Object
A test-class for processing formulas from an input stream.
- Author:
- Einar Pehrson
|
Method Summary |
static void |
main(String[] args)
Creates a new console for the command-line. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Console
public Console(InputStream in,
OutputStream out)
- Creates a new console for the given input stream.
- Parameters:
in - the input stream from which formulas are readout - the output stream to which messages are written
main
public static void main(String[] args)
- Creates a new console for the command-line.
- Parameters:
args - the command-line arguments (ignored)