Class Eoulsan1DesignWriter

  • All Implemented Interfaces:
    DesignWriter

    public class Eoulsan1DesignWriter
    extends Object
    implements DesignWriter
    This class implements a writer for limma design files.
    Since:
    1.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • Eoulsan1DesignWriter

        public Eoulsan1DesignWriter​(File file)
                             throws IOException
        Public constructor.
        Parameters:
        file - file to read
        Throws:
        IOException - if an error occurs while reading the file or if the file is null.
      • Eoulsan1DesignWriter

        public Eoulsan1DesignWriter​(DataFile file)
                             throws IOException
        Public constructor.
        Parameters:
        file - file to read
        Throws:
        IOException - if an error occurs while reading the file or if the file is null.
      • Eoulsan1DesignWriter

        public Eoulsan1DesignWriter​(OutputStream out)
                             throws IOException
        Public constructor.
        Parameters:
        out - Output stream to read
        Throws:
        IOException - if the stream is null