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

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top