Package edu.fiu.jtlex.algorithms
Interface IWriter
- All Known Implementing Classes:
ConsoleWriter
,TimeMLWriter
public interface IWriter
Abstraction for classes that write strings.
- Since:
- jTLEX 1.0
-
Method Summary
-
Method Details
-
write
Writes a string- Parameters:
input
- The string to write- Throws:
IOException
- If an IO error occurs- Since:
- jTLEX 1.0
-
writeLine
Writes a string and a end of line character- Parameters:
input
- The string to write- Throws:
IOException
- If an IO error occurs- Since:
- jTLEX 1.0
-
close
Closes the stream- Throws:
IOException
- If an IO error occurs- Since:
- jTLEX 1.0
-