NSStreamDelegate.as constructor
NSStreamDelegate.as(
- ObjCObject other
Constructs a NSStreamDelegate that points to the same underlying object as other.
Implementation
NSStreamDelegate.as(objc.ObjCObject other) : object$ = other;