All Packages Class Hierarchy This Package Previous Next Index
Class iubio.readseq.PrettySeqFormat
java.lang.Object
|
+----iubio.readseq.BioseqFormat
|
+----iubio.readseq.PrettySeqFormat
- public class PrettySeqFormat
- extends iubio.readseq.BioseqFormat
-
PrettySeqFormat()
-
-
canread()
-
-
canwrite()
-
-
contentType()
-
-
formatName()
-
-
formatSuffix()
-
-
interleaved()
-
-
newWriter()
-
PrettySeqFormat
public PrettySeqFormat()
formatName
public java.lang.String formatName()
- Overrides:
- formatName in class iubio.readseq.BioseqFormat
formatSuffix
public java.lang.String formatSuffix()
- Overrides:
- formatSuffix in class iubio.readseq.BioseqFormat
contentType
public java.lang.String contentType()
- Overrides:
- contentType in class iubio.readseq.BioseqFormat
canread
public boolean canread()
- Overrides:
- canread in class iubio.readseq.BioseqFormat
canwrite
public boolean canwrite()
- Overrides:
- canwrite in class iubio.readseq.BioseqFormat
interleaved
public boolean interleaved()
- Overrides:
- interleaved in class iubio.readseq.BioseqFormat
newWriter
public iubio.readseq.BioseqWriterIface newWriter()
- Overrides:
- newWriter in class iubio.readseq.BioseqFormat
All Packages Class Hierarchy This Package Previous Next Index