Class Eoulsan1DesignWriter
java.lang.Object
fr.ens.biologie.genomique.eoulsan.design.io.Eoulsan1DesignWriter
- All Implemented Interfaces:
DesignWriter
This class implements a writer for limma design files.
- Since:
- 1.0
- Author:
- Laurent Jourdren
-
Constructor Summary
ConstructorsConstructorDescriptionEoulsan1DesignWriter(DataFile file) Public constructor.Eoulsan1DesignWriter(File file) Public constructor.Public constructor.Eoulsan1DesignWriter(String filename) Public constructor.Eoulsan1DesignWriter(Path file) Public constructor. -
Method Summary
-
Constructor Details
-
Eoulsan1DesignWriter
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 constructor.- Parameters:
file- file to read- Throws:
IOException- if an error occurs while reading the file or if the file is null.
-
Eoulsan1DesignWriter
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 constructor.- Parameters:
out- Output stream to read- Throws:
IOException- if the stream is null
-
Eoulsan1DesignWriter
Public constructor.- Parameters:
filename- File to write- Throws:
IOException- if the file doesn't exist
-
-
Method Details
-
write
Description copied from interface:DesignWriterWrite a design.- Specified by:
writein interfaceDesignWriter- Parameters:
design- the design to write- Throws:
IOException- if an error occurs while writing the design
-