Binary comparison for the Large File with C#

  • Thread starter Thread starter TOI DAY
  • Start date Start date
T

TOI DAY

I have a large file, I want to be to open the first file in a stream,
read a chunk (say 1024 bytes) and stick it in a byte array, open the
second file in a different stream, read a chuck (the same size as
before), compare the two arrays and, if they match, then move to the
next chunk.

Does anyone have any example for this. Please post it
Thanks in advance
 
Hi Kevin,
Can you tell me where I can take a look at windiff source file
Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top