'Declaration Public Overloads Function ReadItemData( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Integer
Parameters
- buffer
- An array of bytes to which data read from the current item will be written.
- offset
- The zero-based byte offset in buffer at which to begin writing bytes read.
- count
- The number of bytes to be copied to buffer in each loop iteration.
Return Value
Returns the actual number of bytes written to the specified stream, or 0 if the end of the item's data has been reached.