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

Constructor Index

 o PrettySeqFormat()

Method Index

 o canread()
 o canwrite()
 o contentType()
 o formatName()
 o formatSuffix()
 o interleaved()
 o newWriter()

Constructors

 o PrettySeqFormat
 public PrettySeqFormat()

Methods

 o formatName
 public java.lang.String formatName()
Overrides:
formatName in class iubio.readseq.BioseqFormat
 o formatSuffix
 public java.lang.String formatSuffix()
Overrides:
formatSuffix in class iubio.readseq.BioseqFormat
 o contentType
 public java.lang.String contentType()
Overrides:
contentType in class iubio.readseq.BioseqFormat
 o canread
 public boolean canread()
Overrides:
canread in class iubio.readseq.BioseqFormat
 o canwrite
 public boolean canwrite()
Overrides:
canwrite in class iubio.readseq.BioseqFormat
 o interleaved
 public boolean interleaved()
Overrides:
interleaved in class iubio.readseq.BioseqFormat
 o newWriter
 public iubio.readseq.BioseqWriterIface newWriter()
Overrides:
newWriter in class iubio.readseq.BioseqFormat

All Packages  Class Hierarchy  This Package  Previous  Next  Index