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.
我正在将流写入文件
stream.CopyToAsync(fileStream, [bufferSize])
我想知道多少缓冲区大小更适合用于更快的操作?
文件从 100KB 到 1 或 2 兆字节。