NSStreamDelegate.as constructor

NSStreamDelegate.as(
  1. ObjCObject other
)

Constructs a NSStreamDelegate that points to the same underlying object as other.

Implementation

NSStreamDelegate.as(objc.ObjCObject other) : object$ = other;