开发者

Using JavaME to get a file's MD5 checksum

开发者 https://www.devze.com 2023-02-10 22:50 出处:网络
I am trying to use J2ME to get the md5 checksum of a downloaded file. I haven\'t been able to find anything that sh开发者_开发知识库ows how to get the md5 checksum of a file in J2ME, all I can find i

I am trying to use J2ME to get the md5 checksum of a downloaded file.

I haven't been able to find anything that sh开发者_开发知识库ows how to get the md5 checksum of a file in J2ME, all I can find is in java's MessageDigest which I can't use.


It is not a "ready-to-go" solution for MD5 calculation against a file, but RIM's MD5Digest class should be able to get you what you need.

0

精彩评论

暂无评论...
验证码 换一张
取 消