[]
        
(Showing Draft Content)

C1.Util.DX.Storage.IStreamBase.Write

Write Method

Write(IntPtr, int)

Writes a specified number of bytes into the stream object starting at the current seek pointer.

Declaration
int Write(IntPtr buffer, int numberOfBytesToRead)
Parameters
Type Name Description
IntPtr buffer

The buffer.

int numberOfBytesToRead

The number of bytes to read.

Returns
Type Description
int

The actual number of bytes written to the stream object