Class Eoulsan1DesignWriter

java.lang.Object
fr.ens.biologie.genomique.eoulsan.design.io.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 Details

    • Eoulsan1DesignWriter

      public Eoulsan1DesignWriter(Path 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(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
    • Eoulsan1DesignWriter

      public Eoulsan1DesignWriter(String filename) throws IOException
      Public constructor.
      Parameters:
      filename - File to write
      Throws:
      IOException - if the file doesn't exist
  • Method Details