Class TimeMLWriter

java.lang.Object
edu.fiu.jtlex.algorithms.TimeMLWriter
All Implemented Interfaces:
IWriter

public class TimeMLWriter extends Object implements IWriter
A FileWriter proxy class that implements IWriter
Since:
jTLEX 1.0
See Also:
  • Constructor Details

  • Method Details

    • write

      public void write(String input) throws IOException
      Writes a string
      Specified by:
      write in interface IWriter
      Parameters:
      input - String to be written
      Throws:
      IOException - If an IO error occurs
      Since:
      jTLEX 1.0
    • writeLine

      public void writeLine(String input) throws IOException
      Writes a string and a new line character at the end.
      Specified by:
      writeLine in interface IWriter
      Parameters:
      input - String to be written
      Throws:
      IOException - If an IO error occurs
      Since:
      jTLEX 1.0
    • close

      public void close() throws IOException
      Closes the stream.
      Specified by:
      close in interface IWriter
      Throws:
      IOException - If an IO error occurs
      Since:
      jTLEX 1.0