WineMonk / WineMonk.github.io

blog
1 stars 0 forks source link

经典BUG | WineMonk #193

Open WineMonk opened 1 year ago

WineMonk commented 1 year ago

https://shaoshao.net.cn/2023/09/26/20230926154621325/

经典BUG文件流定位时报错:试图将文件指针移到文件开头之前。Code: 1234567891011byte[] fileContentByte;if (totalChunk == curChunk){ var temp = new FileInfo(filePath).Length - (totalChunk - 1) * BYTES_PER_CHUNK; fileConte