Using FileStream.Seek
问题 I am trying to work with FileStream.Seek to quickly jump to a line and read it. However, I am not getting the right results. I have tried to look at this for a while and can't understand what I am doing wrong. Environment: OS: Windows 7 Framework: .NET 4.0 IDE: Visual C# Express 2010 Sample Data in file location: C:\Temp\Temp.txt 0001|100!2500 0002|100!2500 0003|100!2500 0004|100!2500 0005|100!2500 0006|100!2500 0007|100!2500 0008|100!2500 0009|100!2500 0010|100!2500 The code: class