Posted By:
Ozz_Ozz
Posted On:
Sunday, March 4, 2007 05:39 PM
Hey
I was wondering what is the preffered method of transferring an image across a network (lan).
The first option is: ImageIO.write()/ImageIO.read()
which seems to work pretty good.
I have also read about JPEGImageEncoder / JPEGImageDecoder
which people claim is fast and reliable.
Which method will result in a quicker transfer over the network?
Thanks in advance.
Ozz