小文件的文件大小始终保持为 12288 字节
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最初我认为这可能表明底层 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.