Write Method (IStreamBase)
Writes a specified number of bytes into the stream object starting at the current seek pointer.
System.int Write(
System.IntPtr ,
System.int
)
'Declaration
Function Write( _
ByVal As System.IntPtr, _
ByVal As System.Integer _
) As System.Integer
Parameters
- buffer
- The buffer.
- numberOfBytesToRead
- The number of bytes to read.
Return Value
The actual number of bytes written to the stream object