Class EmblReader


  • public class EmblReader
    extends java.lang.Object
    This class should process the data of embl file
    Since:
    5.0.0
    Author:
    Noor Aldeen Al Mbaidin
    • Constructor Summary

      Constructors 
      Constructor Description
      EmblReader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EmblRecord process​(java.io.File file)
      The parsing is done in this method.
      This method tries to process all the Embl records in the File , closes the underlying resource, and return the results in object of EmblRecord.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmblReader

        public EmblReader()
    • Method Detail

      • process

        public static EmblRecord process​(java.io.File file)
                                  throws java.io.IOException
        The parsing is done in this method.
        This method tries to process all the Embl records in the File , closes the underlying resource, and return the results in object of EmblRecord.
        Returns:
        EmblRecord containing all the parsed Embl records
        Throws:
        java.io.IOException