Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的 flex3 应用程序使用 BlazeDS,我需要将嵌入的图像从 actionscript 传输到 java。关于如何做到这一点的任何提示?actionScript 的 Class 类型对应什么 java 类? 谢谢
在我的一个项目中,我通过将图像 (PNG) 序列化为字节数组并传输数组,然后重建它来完成此操作。