Consider a text file which has a size of 400 bytes, i need to split up the contents in that 400 bytes file into 100 bytes of separate files.So there should be totally 4 files should be created.
Kindly help on this...
Use read(Byte[] b) method. Where as, this method will reads b.length() bytes of data from the file.
can u pls post the code ?
Ads