Uses of Class
org.biojavax.bio.seq.io.FastaHeader

Packages that use FastaHeader
org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. 
org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects. 
 

Uses of FastaHeader in org.biojavax.bio.seq
 

Methods in org.biojavax.bio.seq with parameters of type FastaHeader
static void RichSequence.IOTools.writeFasta(java.io.OutputStream os, SequenceIterator in, Namespace ns, FastaHeader header)
          Writes Sequences from a SequenceIterator to an OutputStream in Fasta Format.
static void RichSequence.IOTools.writeFasta(java.io.OutputStream os, Sequence seq, Namespace ns, FastaHeader header)
          Writes a single Sequence to an OutputStream in Fasta format.
 

Uses of FastaHeader in org.biojavax.bio.seq.io
 

Methods in org.biojavax.bio.seq.io that return FastaHeader
 FastaHeader FastaFormat.getHeader()
           
 

Methods in org.biojavax.bio.seq.io with parameters of type FastaHeader
 void FastaFormat.setHeader(FastaHeader header)