java.lang.Object
com.compomics.util.experiment.io.identification.idfilereaders.CossIdfileReader
All Implemented Interfaces:
IdfileReader, AutoCloseable

public class CossIdfileReader extends Object implements IdfileReader
This IdfileReader reads identifications from a COSS tsv result file.
Author:
Harald Barsnes
  • Constructor Details

    • CossIdfileReader

      public CossIdfileReader()
      Default constructor for the purpose of instantiation.
    • CossIdfileReader

      public CossIdfileReader(File cossTsvFile) throws IOException
      Constructor for a COSS tsv result file reader.
      Parameters:
      cossTsvFile - the COSS tsv file
      Throws:
      FileNotFoundException - if a FileNotFoundException occurs
      IOException - if an IOException occurs
    • CossIdfileReader

      public CossIdfileReader(File cossTsvFile, WaitingHandler waitingHandler) throws IOException
      Constructor for a COSS tsv result file reader.
      Parameters:
      cossTsvFile - the COSS tsv file
      waitingHandler - the waiting handler
      Throws:
      FileNotFoundException - if a FileNotFoundException occurs
      IOException - if an IOException occurs
  • Method Details