Skip to content
Snippets Groups Projects
Commit f5ff4a43 authored by Philippe Canal's avatar Philippe Canal
Browse files

Add TBuffer::ReadVersionNoCheckSum

This (new) routine can be used from custom streamers
when it is known that the class was always versioned
(and thus never stored a checksum within the buffer).
This allows to disambiguate the case where the class
used to have a version number equal to zero and did
not save a byte count and is now versioned.

When reading the version number being zero, without
the byte count we have no way to guess whether the
class was version un-versioned or had previously a
version number equal to zero.
parent d5a3d1d7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment