TStreamHelper Helper
Definition
Delphi
type TStreamHelper = class helper(TClassHelperBase) for TStream
- Inheritance
-
TClassHelperBaseTStreamHelper
Methods
| ReadBuffer<T>(T) |
Reads a value of a value type, which could be an Integer, record, etc., from the stream. |
| WriteBuffer<T>(T) |
Writes a value of a value type to the stream. |