owltools.gaf.io
Class GafWriter
java.lang.Object
owltools.gaf.io.AbstractGafWriter
owltools.gaf.io.GafWriter
public class GafWriter
- extends AbstractGafWriter
Write a Gene Annotation File to a given stream or file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stream
protected PrintStream stream
GafWriter
public GafWriter()
getStream
public PrintStream getStream()
setStream
public void setStream(PrintStream stream)
setStream
public void setStream(String file)
setStream
public void setStream(File file)
print
protected void print(String s)
- Description copied from class:
AbstractGafWriter
- Append an arbitrary string.
- Specified by:
print
in class AbstractGafWriter
end
protected void end()
- Description copied from class:
AbstractGafWriter
- Called after the writing of a
GafDocument
has been finished.
- Specified by:
end
in class AbstractGafWriter
Copyright © 2010-2013. All Rights Reserved.