On 24 January 2014 07:05, Alex Wakefield <[email protected]> wrote: > I would like to flush all data stored in the protocol buffers to disk, but > I don't have a handle to the individual buffer objects. >
> Is there a way to flush all of the buffers? > Can you be a bit more concrete ? What do you want to achieve ? What is 'all of the buffers' ? It sounds like you have some singleton proto buffers and want to magically store them to disk somewhere ? I guess you'll have to implement that on your own (_and_ rethink your design). -h > > Thanks > Alex > > -- > 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. > -- 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.
