Class DefaultDesignReader

  • All Implemented Interfaces:
    DesignReader

    public class DefaultDesignReader
    extends Object
    implements DesignReader
    This class allow to read a design file whatever the underlying design format.
    Since:
    2.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • DefaultDesignReader

        public DefaultDesignReader​(DataFile file)
                            throws IOException
        Public constructor.
        Parameters:
        file - file to read
        Throws:
        IOException - if an error occurs while opening the file
      • DefaultDesignReader

        public DefaultDesignReader​(InputStream is)
                            throws IOException
        Public constructor
        Parameters:
        is - Input stream to read
        Throws:
        IOException - if an error occurs while reading the file