[]
        
(Showing Draft Content)

C1.Util.DX.Storage.IStreamBase.Read

Read Method

Read(IntPtr, int)

Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.

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

The read buffer.

int numberOfBytesToRead

The number of bytes to read.

Returns
Type Description
int

The actual number of bytes read from the stream object.