Collection Contents Previous Next PDF

UltraLite C/C++ User's Guide

UltraLite C++ Component API Reference

Class UltraLite_StreamReader_iface

GetByteChunk Function


Synopsis 

virtual 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.

Copy buffer_len bytes in to buffer data . bytes are read from where the last read left off unless SetReadPosition Function is used.


Collection Contents Previous Next PDF