标签: c# filestream gzipstream
我正在使用FileStream读取14 GB的XML文件。我只想阅读文件的最后5行。
FileStream
我尝试使用StreamReader读取流的最后5行,但是要花费很长时间才能到达流的末尾。
StreamReader