virtual long long ReadValues(DewStream *Src, TPrecision Precision, TEndianness Endian = MtxSystemEndianness);
Read values content from stream to object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | DewStream * | |
| 2 | Precision | TPrecision | |
| 3 | Endian = MtxSystemEndianness | TEndianness |
Remarks:
Reads values content from SrcStream stream to calling objct. No other values describing the data type or length are read from the DstStream. Number type is defined by the Precision parameter, which can be obtained from TMtx::ReadHeader method call. The function returns the number of bytes read.
Note
Use this method separately only, if you want user defined storage format.
See Also: TMtx::ReadHeader, TMtx::WriteValues, TMtxVecBase::LoadFromStream
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler