[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: streams



How about java.nio.channels.Pipe?

 

http://java.sun.com/j2se/1.4/docs/api/java/nio/channels/Pipe.html

 

 

-----Original Message-----
From: Bill Woodson [mailto:radman@usefulware.com]
Sent:
Monday, October 14, 2002 10:08 AM
To: List AJUG
Subject: Re: streams

 

Hi All,

 

I guess I wasn't clear on what I am after.  I know how to write string and byte data to an output stream.  I thought there was a way to just direct an input stream directly to an output stream.  That is really what I was wondering.  Oh and thanks Lee for the buy the book advice.  I of course will, but your suggestion does not really help me immediately.

 

Bill

 

----- Original Message -----

From: Bill Woodson

To: List AJUG

Sent: Friday, October 11, 2002 3:30 PM

Subject: streams

 

Hi All,

 

I am reading data from an input stream and I want to write it to a file.  How do I do this?

 

Thanks,

Bill