ComputeHash on large stream

  • Thread starter Thread starter semedao
  • Start date Start date
S

semedao

Hi,
I saw that when I use ComputeHash on large file stream
the ComputeHash method don't read all the stream first and than hash it , it's read it in chunks (memory performance?)
How can I know the chunk size in each read ?
and how can I control it?
If I will change the chunk - it's can change the ComputeHash result ?
thanks
 
semedao said:
I saw that when I use ComputeHash on large file stream the
ComputeHash method don't read all the stream first and than hash it ,
it's read it in chunks (memory performance?) How can I know the chunk
size in each read ? and how can I control it? If I will change the
chunk - it's can change the ComputeHash result ?

The results shouldn't change - why are you particularly bothered about
the chunk size? Why do you want to control it?
 

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