安卓写入文件

发布于 2024-09-19 21:51:22 字数 112 浏览 6 评论 0原文

我使用BufferedWriter将文件写入SD卡。之后我想覆盖文件头,但其他数据必须保持不变(在头中我必须添加文件大小)。所以我想我必须改变我需要写作的位置。

我该怎么做?我应该使用什么功能?

I write file to sdcard using BufferedWriter.After that I want to overwrite header of file,but other data must be without changes( In the header I must add size of file). So I think I must change position where I need write.

How can I do that?What function should I use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

A君 2024-09-26 21:52:11

您可以使用 RandomAccessFile 访问文件并修改它。

You can use a RandomAccessFile to access a file, and modify it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文