NVHTarGzip icon indicating copy to clipboard operation
NVHTarGzip copied to clipboard

A library to handle .tgz and .tar.gz files on iOS

Results 16 NVHTarGzip issues
Sort by recently updated
recently updated
newest added

gzFile is already a "struct gzsomething *", so it shouldn't be "gzFile *". ``` --- a/Geocube/NVHTarGzip/NVHGzipFile.m +++ b/Geocube/NVHTarGzip/NVHGzipFile.m @@ -103,7 +103,7 @@ - (NSInteger)inflateGzip:(NSString *)sourcePath // Convert source path into...

Apologize for the noise, but I do not see clarity in the ReadME. I am needing to tar a collection of URLS / paths. It this possible? Or must I...

Getting the following error when decompressing a `.tar.gz` file on a device. `Error packing Error Domain=io.nvh.targzip.zlib.error Code=-1 "Decompression failed" UserInfo={NSLocalizedDescription=Decompression failed}` Any reason why this would happen?

-removed unused variable fileSizeFraction (which causes issues being defined as CGFloat with no CoreGraphics includes) -fixed ReadMe issues. Example synchronous methods were wrong methods. All examples used wrong sharedInstance reference.

I noticed that UnTarring in NVHTarGzip was about half the speed of another project (DCTar) with a 100MB tar file containing 30000 small files. I changed line 304 of NVHTarFile.m...

tested with not-available source file and a currupt/wrong (no gzip) source file --> no NSError is delivered, but a 0-Byte destination-File will be created. seems to be an issue?!