• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Connecting streams together
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Connecting streams together


  • Subject: Re: Connecting streams together
  • From: Ken Thomases <email@hidden>
  • Date: Thu, 24 Apr 2008 23:28:19 -0500

On Apr 24, 2008, at 11:18 PM, vance wrote:

So there should be 2 instances, right? One instance for the NSInputStream and one instance for the NSOutputStream

Yes, I would think so. The input stream to get data from wherever the data is coming from and the output stream for wherever you want it to go. I assumed you already had a setup like this.


Yes that is the structure I was experimenting with, I can't figure out how to connect the two instances together, so that when I write in the NSInputStream, I can then read the data from the NSOutputStream.


And even if you could, I don't know why you'd want to send the data right back to where you're getting it.

I am sorry, I should have mentioned the direction I am moving that data. I am writing it to the stream, then I want to read it from that stream from somewhere else


OHHHH!  *understanding dawns*  :)

In that case, I think you want to create a custom subclass of NSStream whose output is whatever you've previously input.

-Ken
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Connecting streams together (From: vance <email@hidden>)
 >Re: Connecting streams together (From: Ken Thomases <email@hidden>)
 >Re: Connecting streams together (From: vance <email@hidden>)
 >Re: Connecting streams together (From: Ken Thomases <email@hidden>)
 >Re: Connecting streams together (From: vance <email@hidden>)

  • Prev by Date: Re: Connecting streams together
  • Next by Date: Re: NSLog() replacement for debugger output
  • Previous by thread: Re: Connecting streams together
  • Next by thread: Uniform Type Indicators
  • Index(es):
    • Date
    • Thread