Modify the virtual streams so no seek is necessary when streamReader::getReader() is called

Issue #187 closed
Paolo Brandoli repo owner created an issue

When streamReader::getReader() is called the stream reader's buffer may already contain the data needed by the returned virtual stream.

This may cause the new virtual stream to seek backward and to reread the content already read.

Comments (5)

  1. Log in to comment