Convert SFX stream to ZipArchive?

Convert SFX stream to ZipArchive?

One of the libraries we use provides an SFX zip volume stream, which we need to convert to ZipArchive. We would like to avoid writing the stream to disk and then load into XceedSfxPrefix. Can you please let me know if there is a way to work with SFX streams?

Actually I realized that XceedSfxPrefix wont work as it does not provide access to the underlying data. So I am going to re-phrase my question to the following:
Can I convert SFX zip volume stream to ZipArchive using Xceed.Zip api?

Thanks for your help!