posted 12 years ago
Please have a look at the following code
In here, I am trying to re-assemble a **splited** file, back to its original file. This is how I split it
Now, after re-generating the file, it seems like some parts are missing. For an example, if I re-generated a splitted mp3, some small small portions of sounds are not there / sound is jumping etc. Why is that? Please help!
Another question, I have assigned 30720 as the byte array value. I did this because I failed to set the byte array according to the original size of the particular file which is about to process. I assigned the byte array value as
before, but it didn't work.
Please help me to solve these two issues and re-assemble the splitted file back, correctly. And please note, I have posted this in another location but didn't get any good answers, please help!
Are you better than me? Then please show me my mistakes..