Writes a fixed integer value to a stream in CompactSize format.
Declared in <serialize.h>
class CompactSizeWriter;
| Name | Description |
|---|---|
CompactSizeWriter [constructor] | Construct a writer holding the value to serialize. |
Serialize | Write the held value to the stream in CompactSize format. |
| Name | Description |
|---|---|
n | The value to write as a CompactSize. |