Bottom Layer Functions
     QP_stream:      int (*read)(), (*write)(), (*flush)(),
                         (*seek)(), (*close)();
     

These fields store the address of the corresponding bottom layer functions of the stream. See fli-ios-bot for description about how to define these functions.