When an undefined-length sequence doesn't contains the end-of-sequence then an exception is thrown when the end of the file is reached

Issue #67 resolved
Paolo Brandoli repo owner created an issue

If the end of the file is reached while reading an undefined length sequence then an exception (end of the file) is thrown.

This is correct, but if the end of the file is reached at a tag boundary then the sequence reading loop could just terminate.

Comments (3)

  1. Log in to comment