jFile Chopper: A File Chopper Program using Java
November 22, 2008 — alif
This is a program i created back in 2005, during my initial years on Java. Its a simple program that allows you to chop any files, into smaller segments. You can specify the number of segments you wish to chop into. For example, if you have a 50mb file, you can split it into 5 different files, with each being 10 mb in size. You can then again use the program to merge the files into a large files.