Class Eoulsan2DesignReader

  • All Implemented Interfaces:
    DesignReader

    public class Eoulsan2DesignReader
    extends Object
    implements DesignReader
    This class define a design reader for Eoulsan 2 design file.
    Since:
    2.0
    Author:
    Xavier Bauquet
    • Constructor Detail

      • Eoulsan2DesignReader

        public Eoulsan2DesignReader​(DataFile file)
                             throws IOException
        Public constructor.
        Parameters:
        file - file to read
        Throws:
        IOException - if the stream cannot be opened
      • Eoulsan2DesignReader

        public Eoulsan2DesignReader​(InputStream is)
                             throws IOException
        Public constructor.
        Parameters:
        is - Input stream to read
        Throws:
        IOException - if the stream cannot be opened