Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C++ API Reference » UltraLite_StreamReader_iface class

UltraLite_StreamReader_iface class Next Page

GetByteChunk function


Synopsis

bool UltraLite_StreamReader_iface::GetByteChunk(
ul_byte * data,
size_t buffer_len,
size_t * len_retn,
bool * morebytes
)

Parameters
Remarks

Gets a byte chunk from current StreamReader offset by copying buffer_len bytes in to buffer data.

The bytes are read from where the last read left off unless you use SetReadPosition function.