Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BinaryWriter - 无法对 64 位值执行 Seek。传递给函数 Seek (int32) 的参数对于大于 2 Gb 的文件是否有类似的类?
这个问题的通常解决方案是FileStream在long创建BinaryReader.
FileStream
long
BinaryReader