public GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long | ||
i | int | The zero-based column ordinal. |
fieldOffset | long | The index within the field from which to begin the read operation. |
buffer | byte | The buffer into which to read the stream of bytes. |
bufferoffset | int | The index for buffer to begin the read operation. |
length | int | The maximum length to copy into the buffer. |
return | long |