EntryStream Position and Lenght Exception

first post: flonex wrote: Hi, For my application, I don't need to write the files into an o...

latest post: adamhathcock wrote: Rather than do that with a byte array, make a MemoryStream then use...

RarReader Entry CRC issue

first post: jsheares wrote: I seem to be having an issue with the entry CRC property. Before ...

latest post: jsheares wrote: Thanks for the clarification.

WinRT / Metro support

first post: JuanBlanco wrote: Hi, Do you have any plans to support metro applications? Thanks, J...

latest post: adamhathcock wrote: In Version 0.9, I changed the project layout and added a WindowsSto...

ZipX files

first post: simmotech wrote: Hi again I am currently using DotNetZip to read .ZIP files to sca...

latest post: simmotech wrote: Well my changes were just a proof of concept, not releasable code. ...

Problem with Unknown Header (and possible fix)

first post: simmotech wrote: I thought I'd give the library a real workout - a 1.8GB .ZIPX file ...

latest post: adamhathcock wrote: I think you're on to the fix. Looks like I misnamed and forgot to ...

Missing File in UnitTests?

first post: simmotech wrote: I couldn't get the unit tests to run until I copied тест.txt into t...

latest post: adamhathcock wrote: Unfortunately, there is. That file has a Russian name for testing ...

Issue

first post: weblogical_dai wrote: I wrote a sample follow the documentation. public static void Com...

latest post: adamhathcock wrote: I just did a test and things work for me. Do you have the latest s...

Great library!

first post: Phate wrote: Just want to say thanks, i'm using SharpCompress to extract zip/rar...

latest post: Phate wrote: A simple foreach loop will work, try this code with some bogus file...

How to ignore directories and the usage of SharpCompress.Common.Options.GiveDirectoryEntries

first post: travelingsw wrote: Hello, I'm trying to skip the processing of directory entries cont...

latest post: travelingsw wrote: My confusion stemmed from the fact that it returns directories whet...

Working examples of library

first post: shyamtinwar wrote: Hi All, Today I came across this library and I would like to congr...

latest post: shyamtinwar wrote: Thanks for the reply.