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

New Post: SaveTo cannot call many time if there an entry added from memorystream.

$
0
0
I don't known it's a bug or not.
SaveTo cannot call many time if there an entry added from memorystream.
The second time file context with that entry will be empty,
I fix them by add these line in method OpenEntryStream
if (stream.CanSeek)
    stream.Seek(0, SeekOrigin.Begin);
is this right? will it cause some problem?

Viewing all articles
Browse latest Browse all 239

Trending Articles



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