All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iubio.readseq.Asn1SeqFormat

java.lang.Object
   |
   +----iubio.readseq.BioseqFormat
           |
           +----iubio.readseq.Asn1SeqFormat

public class Asn1SeqFormat
extends iubio.readseq.BioseqFormat

Constructor Index

 o Asn1SeqFormat()

Method Index

 o canread()
 o canwrite()
 o contentType()
 o formatName()
 o formatSuffix()
 o formatTestLine(OpenString, int, int)
 o newReader()
 o newWriter()

Constructors

 o Asn1SeqFormat
 public Asn1SeqFormat()

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 newReader
 public iubio.readseq.BioseqReaderIface newReader()
Overrides:
newReader in class iubio.readseq.BioseqFormat
 o newWriter
 public iubio.readseq.BioseqWriterIface newWriter()
Overrides:
newWriter 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 formatTestLine
 public boolean formatTestLine(flybase.OpenString line,
                               int atline,
                               int skiplines)
Overrides:
formatTestLine in class iubio.readseq.BioseqFormat

All Packages  Class Hierarchy  This Package  Previous  Next  Index