GSF.IO.FileStructure.IndexParser.SetPositionAndLookup C# (CSharp) Method

SetPositionAndLookup() public method

Determines if the current sector contains the position passed. If not, it updates the current sector to the one that contains the passed position.
public SetPositionAndLookup ( uint positionIndex ) : void
positionIndex uint The position to navigate to indexed to the block data block size.
return void
        public void SetPositionAndLookup(uint positionIndex)
        {
            MapPosition(positionIndex);
            UpdateBlockInformation();
        }
        /// <summary>