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.
我有点惊讶,因为我相信没有明显的方法可以删除文件的一部分字节。
也就是说,假设我有一个包含 900 GB 的文件,并且想要从偏移量 54 开始删除 8 个字节。
有没有办法在不将数据传递到内存的情况下做到这一点?
谢谢!