|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.bio.seq.io.RichSequenceFormat.BasicFormat
org.biojavax.bio.seq.io.RichSequenceFormat.HeaderlessFormat
public abstract static class RichSequenceFormat.HeaderlessFormat
Provides the basic implementation required for simple header/footer-less files such as Genbank.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.biojavax.bio.seq.io.RichSequenceFormat |
---|
RichSequenceFormat.BasicFormat, RichSequenceFormat.HeaderlessFormat |
Constructor Summary | |
---|---|
RichSequenceFormat.HeaderlessFormat()
|
Method Summary | |
---|---|
void |
beginWriting()
Informs the writer that we want to start writing. |
void |
finishWriting()
Informs the writer that are done writing. |
Methods inherited from class org.biojavax.bio.seq.io.RichSequenceFormat.BasicFormat |
---|
canRead, getElideComments, getElideFeatures, getElideReferences, getElideSymbols, getLineWidth, getPrintStream, guessSymbolTokenization, setElideComments, setElideFeatures, setElideReferences, setElideSymbols, setLineWidth, setPrintStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.biojavax.bio.seq.io.RichSequenceFormat |
---|
canRead, guessSymbolTokenization, readRichSequence, writeSequence |
Methods inherited from interface org.biojava.bio.seq.io.SequenceFormat |
---|
getDefaultFormat, readSequence, writeSequence, writeSequence |
Constructor Detail |
---|
public RichSequenceFormat.HeaderlessFormat()
Method Detail |
---|
public void beginWriting() throws java.io.IOException
java.io.IOException
- if writing fails.public void finishWriting() throws java.io.IOException
java.io.IOException
- if writing fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |