NSInputStream.as constructor
NSInputStream.as(
- ObjCObject other
Constructs a NSInputStream that points to the same underlying object as other.
Implementation
NSInputStream.as(objc.ObjCObject other) : object$ = other {
assert(isA(object$));
}