Class GenpeptFormat

  • All Implemented Interfaces:
    java.io.Serializable, java.util.EventListener, SequenceFormat, ParseErrorListener, ParseErrorSource

    public class GenpeptFormat
    extends GenbankFormat
    Deprecated.
    Use org.biojavax.bio.seq.io framework instead
    This class is necessitated by the deprecation of writeSequence(Sequence seq, String format, PrintStream os) method. Now the format object must be intimately associated to the format it is handling.
    Author:
    David Huen
    See Also:
    Serialized Form
    • Constructor Detail

      • GenpeptFormat

        public GenpeptFormat()
        Deprecated.