StreamShellContentRead Method |
Reads a sequence of bytes from the current content and advances the position within the stream by the number of bytes read.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public override int Read(
byte[] array,
int count
)
Parameters
- array
- Type: SystemByte
An array of bytes. - count
- Type: SystemInt32
The maximum number of bytes to be read from the current content.
Return Value
Type:
Int32The number of bytes read.
See Also