Hi, I am using an C++ object written by a third party (which is delivered in library/.so form). This object generates an output file via Protocol Buffer. My program includes this object and read in the file (generated by this object) on the fly. The problem is that this output file is not flushed often enough. Is there a way to get a handle to the output stream of this object so that I can flush it before I read in. I don't have a handle to Protocol buffer message. Is there a method to solve my problem? Thanks for your help. -Jeff Vo
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
