virtual int ReadValues(DewStream *SrcStream, TPrecision aPrecision = TPrecision::prInteger, TEndianness Endian = MtxSystemEndianness);
Read values content from stream to object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | DewStream * | |
| 2 | aPrecision = TPrecision::prInteger | 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 TVecSmallInt::ReadHeader method call.
Note
Use this method separately only, if you want user defined storage format.
See Also: TVecSmallInt::ReadHeader, TVecSmallInt::WriteValues, TMtxVecBase::LoadFromStream
Declared in Dew::Math::TMtxVecInt · Dew.Math/AbstractMtxVecInt.h · Cross-compiler