Class GenBankFile

  • All Implemented Interfaces:
    java.lang.Iterable<Features>, java.util.Iterator<Features>

    public class GenBankFile
    extends FeaturesFile
    A file containing one or more set of features (e.g. multiple chromosomes concatenated in a single file) Ref: http://www.insdc.org/documents/feature-table
    Author:
    pcingola
    • Constructor Summary

      Constructors 
      Constructor Description
      GenBankFile​(java.lang.String fileName)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • GenBankFile

        public GenBankFile​(java.lang.String fileName)