Read Method (PubSubBuffer)
- Last UpdatedApr 08, 2026
- 1 minute read
Reads a System.Byte from the buffer.
| Overload | Description |
|---|---|
| Read(Byte) | Reads a System.Byte from the buffer. |
| Read(SByte) | Reads a System.SByte from the buffer. |
| Read(Int16) | Reads a System.Int16 from the buffer. |
| Read(UInt16) | Reads a System.UInt16 from the buffer. |
| Read(Int32) | Reads a System.Int32 from the buffer. |
| Read(UInt32) | Reads a System.UInt32 from the buffer. |
| Read(Int64) | Reads a System.Int64 from the buffer. |
| Read(UInt64) | Reads a System.UInt64 from the buffer. |
| Read(Single) | Reads a System.Single from the buffer. |
| Read(Double) | Reads a System.Double from the buffer. |
| Read(String) | Reads a System.String from the buffer. |
| Read(Char) | Reads a System.Char from the buffer. |
| Read(Boolean) | Reads a System.Boolean from the buffer. |
| Read(Decimal) | Reads a System.Decimal from the buffer. |
| Read(Object) | Reads a System.Object from the buffer. |
| Read(Object[]) | Reads a System.Object array from the buffer. Starts at the beginning of the buffer. |