Reads data from stream.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax public override int Read(
byte[] Array,
int offset,
int count
)
Parameters
- Array
- Type: SystemByte
Array where result is stored - offset
- Type: SystemInt32
Offset from beginning of file - count
- Type: SystemInt32
Number of characters which are read
Return Value
Type:
Int32See Also