Reads from stream.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax public override int Read(
byte[] buffer,
int offset,
int count
)
Parameters
- buffer
- 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