Package edu.fiu.jtlex.algorithms
Class ConsoleWriter
java.lang.Object
edu.fiu.jtlex.algorithms.ConsoleWriter
- All Implemented Interfaces:
IWriter
A proxy class for printing to console.
- Since:
- jTLEX 1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConsoleWriter
public ConsoleWriter()Creates a ConsoleWriter- Since:
- jTLEX 1.0
-
-
Method Details
-
write
Prints the string to console Can be whitespace or null -
writeLine
Prints the string to console and an end of line character Can be whitespace or null -
close
public void close()Does nothing
-