@AutoService(value=IWriter.class) public class SRGWriter extends java.lang.Object implements IWriter
IWriter
that writes in the SRG format.Constructor and Description |
---|
SRGWriter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
uniqueId() |
void |
write(Mapper mapper,
java.io.PrintWriter writer,
java.lang.String... ignored)
Writes in a
PrintWriter the contents of a Mapper . |