[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetBytes

GetBytes Method

GetBytes(int, long, byte[], int, int)

Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.

Declaration
public long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)
Parameters
Type Name Description
int i

The zero-based column ordinal.

long fieldOffset

The index within the field from which to start the read operation.

byte[] buffer

The buffer into which to read the stream of bytes.

int bufferoffset

The index for buffer to start the read operation.

int length

The number of bytes to read.

Returns
Type Description
long

The actual number of bytes read.

Implements