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.
真的可以在不使用缓冲区的情况下连接到文件吗?我真的很困惑。澄清方面的任何帮助都会很棒。
您一次可以读取一个字节。使用缓冲区纯粹是为了性能。不使用缓冲区可能会慢 10 - 100 倍,这就是通常使用它的原因。
注意:您可以使用缓冲区而不会使代码复杂化。即它只是一个打开的功能。