Quantcast
Channel: sharpcompress Discussions Rss Feed
Viewing all articles
Browse latest Browse all 239

New Post: accessing a file directly

$
0
0

Hello,

Is there a was to access a file directly (without making a loop on all files in the zip)?

Instead of 

 

var reader = ReaderFactory.Open(stream); 
while(reader.MoveToNextEntry()) { ... }

making

var reader = ReaderFactory.Open(stream);
var file = reader['myfolder/myfile.txt'];

because I have thousand of element in my file, making a look will takes time.

 

Thanks


Viewing all articles
Browse latest Browse all 239

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>