[]
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
public long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)
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 |
int | length | The number of bytes to read. |
Type | Description |
---|---|
long | The actual number of bytes read. |