Reads data from stream and stores them into array.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 12.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