Hi,

Are there any examples on how to use GzipOUtputStream in ProtoBuf?
I've manages so far combo:

     _raw_out.reset(new 
::google::protobuf::io::OstreamOutputStream(&_output));
     _coded_out.reset(new 
::google::protobuf::io::CodedOutputStream(_raw_out.get()));

(both objects are boost::shared_pointer's).

How am I supposed to use the GzipOutputStream here?

thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to