125c125
< google::protobuf::io::OstreamOutputStream* zeroCopyStream;
---
> google::protobuf::io::OstreamOutputStream* wrappedFileStream;
130,131c130,131
< /// Top-level coded stream that messages are written to
< google::protobuf::io::CodedOutputStream* codedStream;
---
> /// Top-level zero-copy stream, either with compression or not
> google::protobuf::io::ZeroCopyOutputStream* zeroCopyStream;
196c196
< google::protobuf::io::IstreamInputStream* zeroCopyStream;
---
> google::protobuf::io::IstreamInputStream* wrappedFileStream;
201,202c201,202
< /// Top-level coded stream that messages are read from
< google::protobuf::io::CodedInputStream* codedStream;
---
> /// Top-level zero-copy stream, either with compression or not
> google::protobuf::io::ZeroCopyInputStream* zeroCopyStream;