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
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