Read a block of bytes from the stream.
Parameters
- destination
- The destination for the bytes.
- index
- The index to start storing data.
- count
- The number of bytes to attempt to read.
Return Value
Returns the number of bytes read.
Remarks
Zero bytes read means end of stream.
See Also
ZipInputStream Class | ICSharpCode.SharpZipLib.Zip Namespace