Originally Posted by
kyanamgoutham
my compression program accepts only the string values, what exactly i want to do is to convert a input file in to 0's and 1's and then i want to process that file containing 0's and 1's through one of my compression program which will give me another output file which is very small than the original file size. The problem I face is when i decode ie when i use the output file to get the 0's and 1's I'm not able to convert it back to the original file from that o's and 1's that are obtained.
Why not? How are you trying to convert them back? Is there any special character after each byte?