开发者

file transfer using RMI

How to do the file transfer using RMI开发者_如何学Go in java?


You need to read chunks of the file, send them over the wire via an RMI call, and then write them on the other side.

This library may help: http://openhms.sourceforge.net/rmiio/

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜