FileStream: WriteBlock |
Writes an array of bytes to the stream.
Public Sub WriteBlock( ByRef Bytes ( ) As Byte, ByVal Offset As Long, ByVal Count As Long )
The data to be written is buffered if there is enough room, otherwise, any data in the buffer is written to the stream, followed by the data in Buffer.