Class EmblReader


  • public class EmblReader
    extends Object
    This class should process the data of embl file
    Since:
    5.0.0
    Author:
    Noor Aldeen Al Mbaidin
    • Method Detail

      • process

        public static EmblRecord process​(File file)
                                  throws 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:
        IOException