Class Name: FAMapMetric
Scope: Public - Unrestricted
FAMapMetric is a worker class used by the HL7FileAnalyzer to hold file positions when mapping a HL7 data file. It consists of no methods and 4 read-only properties.
PROPERTIES
Long StartingPosition - The starting position of the mapped item in the file stream.
Long EndingPosition - The ending position of the mapped item in the file stream.
Long ItemSize - The size of the mapped item (EndingPosition - StartingPosition)
Boolean Buffered - Indicates whether the mapped item has been buffered in memory in the parent object.