| 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.
Project VBCorLib Overview Class FileStream Overview FileStream Properties FileStream Methods UnlockStream WriteByte