如何将图像存储为字符串,然后使用java将其返回图像?
我如何将图像转换为输入流,然后转换为字符串,然后反转操作,将字符串转换为inputrream,然后在android中将ti图像格式(可绘制)转换为..?
how can i convert image to inputstream then to string , after that reversing the operations where to convert string to inputsrream then ti image format (drawable) in android ..?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要将字节流表示为字符串,您可以使用 Base64 编码。
To represent a byte stream as a string, you could use Base64 encoding.