function ReadHeader(const SrcStream: TStream; Endian: TEndianness): TPrecision;
Reads the header information from a stream to object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcStream | Stream | |
| 2 | Endian | TEndianness |
Returns: TPrecision
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 TMtxVecInt.ReadValues method.