FINALLYYYYYYYYYYYYY
I successfully compressed and decompressed a file other than text files, I used binary to write the files so it supports all the file types now!
What was the problem ?
So the compressed file were written in text and decompressed with text wich limited the compression for only text files.
What was the fix ?
I wrote the compressed file and decompressed in binary.
(small part of the code i changed)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.