Previous: LO_Packer Example, Up: LO_Packer


7.4.2 LO_Packer Reference

— Class: LO_Packer

Converts data to a stream. Initialized using an LO_Stream. See lobject.h.

— Function: void LO_Packer::set_stream LO_Stream* s;

Set stream. Can be called any number of times.

— Function: int LO_Packer::get_pos

Return position of next character to be read or written. [Additional important member functions omitted.]