Azavea.Open.DAO.Util.CachingDataReader.GetChars C# (CSharp) Method

GetChars() public abstract method

Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
The index passed was outside the range of 0 through .
public abstract GetChars ( int i, long fieldoffset, char buffer, int bufferoffset, int length ) : long
i int The zero-based column ordinal.
fieldoffset long The index within the row from which to start the read operation.
buffer char The buffer into which to read the stream of bytes.
bufferoffset int The index for to start the read operation.
length int The number of bytes to read.
return long
        public abstract long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length);