Class Eoulsan2DesignReader

java.lang.Object
fr.ens.biologie.genomique.eoulsan.design.io.Eoulsan2DesignReader
All Implemented Interfaces:
DesignReader

public class Eoulsan2DesignReader extends Object implements DesignReader
This class define a design reader for Eoulsan 2 design file.
Since:
2.0
Author:
Xavier Bauquet
  • Constructor Details

    • Eoulsan2DesignReader

      public Eoulsan2DesignReader(Path file) throws IOException
      Public constructor.
      Parameters:
      file - file to read
      Throws:
      IOException - if file cannot be opened
    • Eoulsan2DesignReader

      public Eoulsan2DesignReader(File file) throws IOException
      Public constructor.
      Parameters:
      file - file to read
      Throws:
      IOException - if file cannot be opened
    • Eoulsan2DesignReader

      public Eoulsan2DesignReader(DataFile file) throws IOException
      Public constructor.
      Parameters:
      file - file to read
      Throws:
      IOException - if the stream cannot be opened
    • Eoulsan2DesignReader

      public Eoulsan2DesignReader(InputStream is) throws IOException
      Public constructor.
      Parameters:
      is - Input stream to read
      Throws:
      IOException - if the stream cannot be opened
    • Eoulsan2DesignReader

      public Eoulsan2DesignReader(String filename) throws IOException
      Public constructor.
      Parameters:
      filename - File to read
      Throws:
      IOException - if file cannot be opened
  • Method Details