Re: [swift-corelibs-dev] NSStream implementation

2016-06-24 Thread Tony Parker via swift-corelibs-dev
Hi Mamatha, This seems like a reasonable starting point. Thanks for taking this on! - Tony > On Jun 23, 2016, at 1:14 AM, Mamatha Busi via swift-corelibs-dev > wrote: > > Hi > > Looking into the NSStream class in Foundation, the NSInputStream and > NSOutputStream subclasses have their APIs

[swift-corelibs-dev] NSStream implementation

2016-06-23 Thread Mamatha Busi via swift-corelibs-dev
HiĀ  Looking into the NSStream class in Foundation, the NSInputStream and NSOutputStream subclasses have their APIs unimplemented. I would like to have a go at implementing them. Found the Corefoundation implementation of streams in CFStream. Can I use CFStream and build upon it to get NSStream work