public static class GafWriter.BufferedGafWriter extends AbstractGafWriter
GeneAnnotation
lines,
excluding any headers.Constructor and Description |
---|
GafWriter.BufferedGafWriter() |
Modifier and Type | Method and Description |
---|---|
protected void |
end()
Called after the writing of a
GafDocument has been finished. |
List<String> |
getLines() |
protected void |
nl()
Append the separator between rows.
|
protected void |
print(String s)
Append an arbitrary string.
|
void |
writeHeader(List<String> comments)
Write a header for a GAF, header comments are optional.
|
sep, write, write, writeHeader
public void writeHeader(List<String> comments)
AbstractGafWriter
writeHeader
in class AbstractGafWriter
protected void print(String s)
AbstractGafWriter
print
in class AbstractGafWriter
protected void nl()
AbstractGafWriter
nl
in class AbstractGafWriter
protected void end()
AbstractGafWriter
GafDocument
has been finished.end
in class AbstractGafWriter
Copyright © 2010-2015. All Rights Reserved.