function ReadValues(SrcStream: TStream; aPrecision: TPrecision; Endian: TEndianness): Integer;
Read values content from stream to object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | aPrecision | TPrecision | |
| 3 | Endian | TEndianness |
Returns: Int32
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 TMtxVecInt.ReadHeader method call.
Note
Use this method separately only, if you want user defined storage format.