Package ngs

Interface ReadIterator

All Superinterfaces:
Fragment, FragmentIterator, Read

public interface ReadIterator extends Read
  • Method Details

    • nextRead

      boolean nextRead() throws ErrorMsg
      Advance to first Read on initial invocation advance to next Read subsequently
      Returns:
      false if no more Reads are available.
      Throws:
      ErrorMsg - if more Reads should be available, but could not be accessed.