TStreamHelper Helper

Definition

Delphi
type TStreamHelper = class helper(TClassHelperBase) for TStream
Inheritance
TClassHelperBase
TStreamHelper

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.