CryptoStream: WriteBlock

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 to the Stream.
offset
[ByVal] Long. The index within Buffer to begin writing from.
Count
[ByVal] Long. The number of bytes to be written.

Remarks

See Also

Project VBCorLib Overview Class CryptoStream Overview CryptoStream Properties CryptoStream Methods ToString WriteByte