Updates:
        Status: WorkingAsIntended

Comment #1 on issue 262 by tempo...@gmail.com: FileOutputStream::Flush wrongfully flushes entire buffer (not just used bytes)
http://code.google.com/p/protobuf/issues/detail?id=262

You need to destroy the CodedOutputStream before flushing the FileOutputStream. While the CodedOutputStream is active it owns the underlying stream and you should not try to manipulate it separately.

--
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