Hello.

The 7z file format is (supposedly) a random access format, much like zip 
archives. However,
The SevenZFile class seems to only expose a sequential interface (where I'm 
expected to seek
over entries one at a time, presumably whilst unpacking files).

Is there some way to get constant-time random access to files?

I could, presumably, generate a map of filenames to SevenZArchiveEntry 
instances upon archive
loading, but is there a better way?

M

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to