BZipCompression icon indicating copy to clipboard operation
BZipCompression copied to clipboard

An Objective-C interface to the BZip compression library.

Results 4 BZipCompression issues
Sort by recently updated
recently updated
newest added

I am using your code in swift 2.3. I am able to compress data but when i decompress it, it doesn't show me original string. Here is my code. ```...

i don't found "alloc" used in your code? is that necessary to use arc? do i miss some thing?