Extract SevenZipArchiveEntry to Stream

Is there anyway to extract an individual SevenZipArchiveEntry into a stream similar to ArchiveEntry.Extract(Stream, string)? From what I see, the only way to extract a SevenZipArchiveEntry is to extract the entire archive to a directory on disk. Is this true?

You are correct. We plan such functionality in future releases.
__
BTW, If the archive is solid the only way to extract second entry is to skip bytes extracted from the first entry.

@blstanle
This functionality is supported in version 22.6.