Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

P2P picture transfer

  Asked By: John    Date: Dec 17    Category: Java    Views: 636
  

I want to write the application which is transferring picture from one
client to another one . i don't know how to start it . please help me
in this field .

Share: 

 

3 Answers Found

 
Answer #1    Answered By: Amir Shaikh     Answered On: Dec 17

there are a number of ways u can do this. u may use socket/streams.
but i did it 2 years back using JMF.

 
Answer #2    Answered By: Abriana Rossi     Answered On: Dec 17

You can try using java.io.FileInputStream and java.io.FileOutputStream. These classes are helpful for reading and writing streams of raw bytes such as image data.
I would also suggest to take a look at classes in java.net package for number of different connections.

 
Answer #3    Answered By: Mario Ryan     Answered On: Dec 17

By taking a look at this url u can cover ur request:

java-source.net/open-source/network-clients/jftp

 
Didn't find what you were looking for? Find more on P2P picture transfer Or get search suggestion and latest updates.




Tagged: