Package ftbsc.lll.mapper.writer.impl
Class TinyV2Writer
- java.lang.Object
-
- ftbsc.lll.mapper.writer.impl.TinyV2Writer
-
- All Implemented Interfaces:
IWriter
@AutoService(IWriter.class) public class TinyV2Writer extends java.lang.Object implements IWriter
AnIWriter
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 aPrintWriter
the contents of aMapper
.
-