Class SimpleOutputPort

    • Constructor Detail

      • SimpleOutputPort

        protected SimpleOutputPort​(String name,
                                   DataFormat format,
                                   fr.ens.biologie.genomique.kenetre.io.CompressionType compression)
        Constructor.
        Parameters:
        name - name of the port
        format - format of the port
        compression - compression of the output
      • SimpleOutputPort

        protected SimpleOutputPort​(String name,
                                   boolean list,
                                   DataFormat format,
                                   fr.ens.biologie.genomique.kenetre.io.CompressionType compression)
        Constructor.
        Parameters:
        name - name of the port
        format - format of the port
        list - true if a list is excepted as port value
        compression - compression of the output
    • Method Detail

      • 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.