WriteBlock
Writes an array of bytes to the stream.
Public Sub WriteBlock(
ByRef Buffer ( ) As Byte,
ByVal Offset As Long,
ByVal Count As Long )
Parameters
- Buffer
-
[ByRef]
Byte.
The array of bytes to be written.
- Offset
-
[ByVal]
Long.
The starting index in Buffer to begin writing from.
- Count
-
[ByVal]
Long.
The number of bytes to be written.
See Also
Project CorLib Overview
Class Stream Overview