小文件的文件大小始终保持为 12288 字节

发布于 2024-10-29 14:46:42 字数 280 浏览 0 评论 0原文

我正在使用 Wp7IsolatedStorageExplorer 来获取存储在isolatedStorage中的一些小文件(例如最大20字节)。但是每次我下载文件时,文件大小仍然是12288字节 >(对于小文件)。IsolatedStorageExplorer 是否最后附加了某些内容,或者默认情况下,小文件在 IsolatedStorage 中的存储情况如何?

谢谢维萨奇

I am using Wp7IsolatedStorageExplorer to get some small files (say max 20 bytes) stored in IsolatedStorage.But every time I download file the Filesize remains 12288 bytes(for small files) .Is IsolatedStorageExplorer appending something at last OR Is it How small Files are stored in IsolatedStorage by default ?

Thanks

vaysage.

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

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

发布评论

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

评论(1

风尘浪孓 2024-11-05 14:46:42

最初我认为这可能表明底层 FAT 实现。

然而,经过更深入的研究并查看了您对评论的回答,我的猜测是这只是isolatedStorageExplorer中的UI问题 - 如果您查看源代码http://wp7explorer.codeplex.com/SourceControl/changeset/view/63791#1114123 - 那么它似乎使用 12288 作为一个块其网络层的大小。

Initially I thought this might be an indication of the underlying FAT implementation.

However, having looked a bit deeper and having looked at your answers to comments, my guess is that this is just a UI issue in the IsolatedStorageExplorer - if you look at the source http://wp7explorer.codeplex.com/SourceControl/changeset/view/63791#1114123 - then it seems to use 12288 as a chunk size for its networking layers.

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