Class SimpleOutputPort

java.lang.Object
fr.ens.biologie.genomique.eoulsan.core.AbstractPort
fr.ens.biologie.genomique.eoulsan.core.SimpleOutputPort
All Implemented Interfaces:
OutputPort, Port, Serializable

public class SimpleOutputPort extends AbstractPort implements OutputPort
This class define an output port of a step.
Since:
2.0
Author:
Laurent Jourdren
See Also:
  • Method Details

    • getCompression

      public fr.ens.biologie.genomique.kenetre.io.CompressionType getCompression()
      Description copied from interface: OutputPort
      Get the compression format of the port.
      Specified by:
      getCompression in interface OutputPort
      Returns:
      the compression format.
    • toString

      public String toString()
      Overrides:
      toString in class Object