ReadBlob Method (IReadOnlyPubSubBuffer)
- Last UpdatedApr 08, 2026
- 1 minute read
Reads a blob of System.Byte from the buffer into a previously allocated byte array.
| Overload | Description |
|---|---|
| ReadBlob(Byte[],Int32) | Reads a blob of System.Byte from the buffer into a previously allocated byte array. |
| ReadBlob(Byte[]) | Reads a blob of System.Byte from the buffer into a newly allocated byte array. |