-
If the compressed file contains a simplified Chinese file, then the file will be garbled
-
Hi,
I'm facing this weird issue where the file names are getting truncated at `40 characters`. I tried using the **TarNames branch** but it didn't solve the issue. I'm using a **.tgz file** with seve…
-
Currently, ML only supports the platforms it ships with its database.
The possibility to add custom platforms would give users more freedom in using ML.
-
Basically what it says on the tin,
would be really nice to send some information along with an InvalidFormatException that is thrown on unpacking a corrupt file, since you cant verify file integrity …
-
I used the sharpcompress 0.20.0 today against a thousand zips with 1 GB each searching for specific files for extracting info on the fly. It works. Excellent. 👍
I want to thank you and make two o…
-
Hi,
```c#
public Stream Compress(Stream aDataToCompress)
{
MemoryStream result = new MemoryStream();
using (new OzCsMaintainStreamPosition(result))
{
using (new OzCsMainta…
-
It'd be nice if RARs with `0x30` (`store`) packing method could be seeked. That should work since that doesn't require any unpacking and can be read directly from disk. Some book keeping is needed tho…
ljani updated
7 years ago
-
Hi All,
Ive been following the guides for using Hakch12 to upload my ROMS to my Nes Mini Classic. The Kernal Dump and Flash seem to go fine and my system sees the NES Mini
. so looks like d…
-
i use a 7z file like data store. there about 10,000 files in 7z file. about 500MB, before compress about 5GB.
i frist get every file entry stream, then used in multithread Parallel.For to extract eac…
-
I don't want to step on the toes of people who share their libraries but the documentation for this library is ... I want to curse but I will be nice.., Terrible. It only shows how to perform basic …