SetReadPosition function

Sets the offset in the data for the next read.

Syntax
bool UltraLite_StreamReader_iface::SetReadPosition(
  size_t offset,
  bool offset_in_chars
)
Parameters
  • offset   The offset.

  • offset_in_chars   True if offset is in characters. False if the offset is in bytes.