Click here to Skip to main content
15,886,634 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!
I'm looking for Java code to split one large file into multiple small files. The file name and destination file size will be provided by user. Has anybody seen something like this. Any pointers are highly appreciated.

Thanks for your consideration.
Posted
Updated 30-Sep-11 1:08am
v2
Comments
TorstenH. 30-Sep-11 7:08am    
homework homework - have a mighty one! And do tell us what the teacher thinks about OUR solution.

1 solution

Googling "file splitter java" brought me this here link which seems to have exactly what you were searching for (only in case you really were searching of course ;) ).

Source code for a file splitter in Java[^]

Enjoy!

—MRB
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900