You should be just able to call OpenEntryStream() from the Entry class from an Archive or if you're using a Reader, just call OpenEntryStream() on the reader when you've advanced to an entry.
There is some sample code in the tests:
You should be just able to call OpenEntryStream() from the Entry class from an Archive or if you're using a Reader, just call OpenEntryStream() on the reader when you've advanced to an entry.
There is some sample code in the tests: