多平台单文件存储

发布于 2024-09-12 04:19:12 字数 230 浏览 4 评论 0原文

我需要一种方法来为 .NET 和 java 以一个/两个的形式存储多个图像(有些项目对我们来说也是一个索引)。文件格式需要易于解压缩(我计划在 Android 上这样做)。

而且,对于每个文件,我需要能够存储以下元数据:文件索引、名称、md5 校验和。

另外,框架的占用空间不应该太大。

最后,如果您对问题有任何简单的解决方案,我不需要框架,但可以在一些指导下自己编写代码。

谢谢。

I need a way to store several images in one/two (some projects seems to us an index too) for both .NET and java. The file-format needs to be easy to decompress (I'm planing to do so on android).

And also, for each file I need to be able to store the following metadata: file-index, name, md5-checksum.

Also, the footprint of the framework should not be to big.

And last, if you got any simple solutions to the problem, I don't need a framework, but could with some guidance probably code it myself.

Thank you.

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

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

发布评论

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

评论(1

为人所爱 2024-09-19 04:19:12

Zip 似乎是显而易见的选择。您可以存储包含 zip 尚未提供的任何元数据的附加文件。该格式定义明确,并且有大量可用的工具。

Zip seems like the obvious choice. You can store an additional file containing any metadata not already provided by zip. The format is well defined and there are a wealth of tools available.

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