java.lang.Object
com.compomics.util.experiment.io.mass_spectrometry.cms.CmsFileIterator
All Implemented Interfaces:
MsFileIterator, AutoCloseable

public class CmsFileIterator
extends Object
implements MsFileIterator
Iterator for a Compomics Mass Spectrometry (cms) file.
Author:
Marc Vaudel
  • Constructor Details

    • CmsFileIterator

      public CmsFileIterator​(File file, WaitingHandler waitingHandler) throws IOException
      Constructor.
      Parameters:
      file - The file to iterate.
      waitingHandler - The waiting handler.
      Throws:
      IOException - Exception thrown if an error occurred while reading the file.
  • Method Details