UltraLite C++ Component API Reference
Class UltraLite_StreamReader_iface
virtual bool UltraLite_StreamReader_iface::GetByteChunk(
ul_byte * data
size_t buffer_len
size_t * len_retn
bool * morebytes
)
data A buffer of bytes.
buffer_len The length of buffer.
len_retn output: the length returned.
morebytes output: true if there are more bytes to read.
Gets a byte chunk from current StreamReader offset.
Copy buffer_len bytes in to buffer data . bytes are read from where the last read left off unless SetReadPosition Function is used.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.