View Single Post
  #20  
Old 22-11-2014, 15:21
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 966 Times in 131 Posts
gatosky1620 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
There is only two disadvantage about this file splitting.

When unpacking, twice the original file size will be required.

Another disadvantage would be that all the splitted files should all be present in a folder before merging could take place(unless if TStream is used in an advanced manner). So, if you were planning on making multidisk, you first have to copy all the splits in a directory, then merge all the files into the original archive.(again, more space is required, also time.)
after merging, then after unpacking can take place.

So this is what happens when packing:
Compressing > Splitting

when unpacking(Multidisk)
Regrouping > Merging > Deletion > Unpacking > Deletion

when unpacking(Single Media)
Merging > Unpacking > Deletion
so bro please make a tool
Reply With Quote
The Following User Says Thank You to gatosky1620 For This Useful Post:
pakrat2k2 (22-11-2014)