named pipe in java

B

Bruintje Beer

Hi,

Is it possible in java to communicate through a named pipe on unix systems ?

thanks

John
 
G

Gordon Beaton

Is it possible in java to communicate through a named pipe on unix
systems ?

Named pipes look just like files to your application.

You can't create them from Java without an external helper, but you
can write to them and read from them with FileOutputStream and
FileInputStream.

/gordon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top