File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes writing objects to a pipe Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "writing objects to a pipe" Watch "writing objects to a pipe" New topic
Author

writing objects to a pipe

yash_mca
Greenhorn

Joined: Jan 03, 2005
Posts: 15
Hi to all,

I am trying to write a record object to a pipe in a class implementing a interface pipeInput.Now the record object gets the data from a text file and then i write this object to a pipe .I want the object to be written in a pipe in xml form.In case if multiple record object to be copied to a pipe or until all the record objects are written to the file what i have to do.

thanking you in advance

yash
Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24057
    
  13

Do you have a question?


[Jess in Action][AskingGoodQuestions]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: writing objects to a pipe
 
Similar Threads
Update Serializable Object
java objects to xml streams in pipe
how to get current root object after pause to copy to disk
Managing File resources
make server threadsafe. How??? please help!