开发者

file transfer using RMI

开发者 https://www.devze.com 2022-12-30 18:31 出处:网络
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.

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

精彩评论

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