PubSubBuffer Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| PubSubBuffer Constructor() | Initializes a new PubSubBuffer instance. |
| PubSubBuffer Constructor(Int32) | Initializes a new PubSubBuffer instance. iInitialLength is not used. |
| PubSubBuffer Constructor(PubSubBuffer) | Initializes a new PubSubBuffer instance, copying the internal byte-buffer and all the necessary members from the psbOriginalBuffer. |
| PubSubBuffer Constructor(IReadOnlyPubSubBuffer) | Initializes a new PubSubBuffer instance, copying the internal byte-buffer and all the necessary members from the psbOriginalBuffer. |