How to find the last element of a byte array
807605Jul 29 2007 — edited Jul 29 2007Dear all,
I have a byte array with a max lenght of 1024*50 bytes. In that array I store the bytes read from a file. How can I find where the array ends (i.e. which is the last valid element of the byte array)?
Thank you for your help.
Best Regards,
JIM