Re: How can I gain information of file Content ?
Posted By:
Anshuman_Mehta
Posted On:
Friday, August 5, 2005 02:16 PM
I have solved the problem although i am still not sure.
I had initially tried to read in byte arrays ; but when i tried read in a byte at a time it worked.
Prolly something to do with the last byte array of some 'n' part becoming corrupt for its dependency on the next byte in 'n+1' part ? ..
Re: How can I gain information of file Content ?
Posted By:
Jani_Kaarela
Posted On:
Tuesday, August 2, 2005 03:12 AM
Were you using byte streams or character streams?
Re: How can I gain information of file Content ?
Posted By:
Almagest_FUTT
Posted On:
Monday, August 1, 2005 08:51 AM
Files are bunches of bytes. OSses may perform some special operations based on the file name's extension, but then again may not.
I'd suppose you have some error in your read/merge/check mechanism, may you forget to flush, or maybe even some encoding stuff, for it basically should work.