Class TinyV2Writer

  • All Implemented Interfaces:
    IWriter

    @AutoService(IWriter.class)
    public class TinyV2Writer
    extends java.lang.Object
    implements IWriter
    An IWriter that writes in the Tiny v2 format.
    • Constructor Summary

      Constructors 
      Constructor Description
      TinyV2Writer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String uniqueId()  
      void write​(Mapper mapper, java.io.PrintWriter writer, java.lang.String... args)
      Writes in a PrintWriter the contents of a Mapper.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TinyV2Writer

        public TinyV2Writer()
    • Method Detail

      • uniqueId

        public java.lang.String uniqueId()
        Specified by:
        uniqueId in interface IWriter
        Returns:
        a unique identifier for this writer
      • write

        public void write​(Mapper mapper,
                          java.io.PrintWriter writer,
                          java.lang.String... args)
        Description copied from interface: IWriter
        Writes in a PrintWriter the contents of a Mapper.
        Specified by:
        write in interface IWriter
        Parameters:
        mapper - the mapper
        writer - the writer
        args - various arguments which the writers may need