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 に渡されるパラメーター (int32) 2 Gb を超えるファイル用の同様のクラスはありますか?
この問題の通常の解決策は、 を作成する前にFileStream(サポートするlong位置)を探すことBinaryReaderです。
FileStream
long
BinaryReader