Streams are unidirectional. As part of implementing encoding/decoding
support, it became clear that it didn't make sense for a generic
"stream" class to hold functionality related to both encoding and
decoding. So we create new classes to represent the flavor of
stream.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG5d44c4d1d516: wireprotov2: establish dedicated classes for input and output streams
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.