Class Eoulsan2DesignWriter

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

    • Eoulsan2DesignWriter

      public Eoulsan2DesignWriter(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.
    • Eoulsan2DesignWriter

      public Eoulsan2DesignWriter(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.
    • 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
    • Eoulsan2DesignWriter

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