j2me应用程序图像文件的最大长度?

发布于 2024-10-04 03:42:35 字数 82 浏览 4 评论 0原文

我正在 j2me 中构建一个应用程序,我将通过无线连接接收图像。我想知道保存文件名时的最大长度是多少。我的主要动机是通过文件名存储有关图像的一些信息。

I am building a application in j2me where i will receive an image via a Wireless connection. I want to know what can be the maximum length of the filename when i save it. My main motive is to store some information about the image via its filename.

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

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

发布评论

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

评论(1

红尘作伴 2024-10-11 03:42:35

可以使用 MIDlet-Data-Size 属性在 JAD 文件中设置要存储在 RMS 中的数据的最大大小。如果手机是 JTWI 配置文件投诉,则应用程序可以在 RMS 中存储 30 K 数据。

如果设置了此属性,AMS 将在下载应用程序之前检查应用程序请求的空间的可用性。这样您就可以放心,如果手机下载了应用程序,它就会成功运行。

也许您可以在此讨论中找到一些有用的信息:
http:// /discussion.forum.nokia.com/forum/showthread.php?125151-MIDP-2.0-设备上的 RMS 最小大小

The maximum size of data that you want to store in RMS can be set in JAD file using MIDlet-Data-Size attribute. If the phone is JTWI profile complaint, the application can store 30 K data in RMS.

If this attribute is set, the AMS will check for the availability of space requested by application before downloading it. This way you can be safe that if the phone downloads the application, it would run successfully.

May be you can find some useful information in this discussion:
http://discussion.forum.nokia.com/forum/showthread.php?125151-Min-size-of-RMS-on-MIDP-2.0-Devices

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