TStreamHelper Class Helper

Represents type TStreamHelper.

Namespace: Spring.Helpers
type
 TStreamHelper = class helper for TStream
 end;
 NameDescription
ReadBuffer<T>(T)

Overloaded. Reads a value of a value type, which could be an Integer, record, etc., from the stream.

WriteBuffer<T>(T)

Overloaded. Writes a value of a value type to the stream.

Top