Reads a CompactSize value from a stream into a referenced integer.
Declared in <serialize.h>
class CompactSizeReader;
| Name | Description |
|---|---|
CompactSizeReader [constructor] | Construct a reader bound to the destination integer. |
Unserialize | Read a CompactSize value from the stream into the referenced integer. |
| Name | Description |
|---|---|
n | Reference to the integer that receives the decoded value. |