Click here to Skip to main content
15,903,175 members

Comments by Jefis (Top 2 by date)

Jefis 19-Jul-11 9:09am View    
No it doesn't!.
offset: The byte offset in array at which the read bytes will be placed.
Jefis 18-Jul-11 8:50am View    
You need to seek to reading position.
stream.Seek(offset <...>)
and then Read.