Re: how to split and join a file in java??
Posted By:
Animesh_Srivastava
Posted On:
Thursday, March 7, 2002 09:13 PM
Read in as a byte stream,.. save onto whatever filenames you want with whatever sizes you feel like.. and then when joining, just read the files one by one and write to a common output stream..