Class Eoulsan2DesignWriter

  • All Implemented Interfaces:
    DesignWriter

    public class Eoulsan2DesignWriter
    extends Object
    implements DesignWriter
    This class implements a writer for Eoulsan 2 design files.
    Since:
    2.0
    Author:
    Xavier Bauquet
    • Constructor Detail

      • Eoulsan2DesignWriter

        public Eoulsan2DesignWriter​(File file)
                             throws IOException
        Public constructor.
        Parameters:
        file - file to read
        Throws:
        IOException - if an error occurs while creating the file
      • Eoulsan2DesignWriter

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

        public Eoulsan2DesignWriter​(OutputStream out)
                             throws IOException
        Public constructor.
        Parameters:
        out - Output stream to read
        Throws:
        IOException - if the stream cannot be created