Reads a sequence of bytes from the current content and advances the position within the stream by the number of bytes read.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public abstract 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