VectorInt::ReadHeader Method

TPrecision ReadHeader(DewStream *SrcStream) const;

Reads the header information from a stream to object.

#NameTypeDescription
1SrcStreamDewStream *
Remarks:

Reads the header information from a DstStream stream to calling object. The header information contains all necessary information defining the object. The function returns the precision in which the data was stored. This information is required for the VectorInt::ReadValues method.

See Also: VectorInt::ReadValues, VectorInt::WriteValues, VectorInt::WriteHeader
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler