NSOutputStream extension type
NSOutputStream
- on
- Implemented types
- Available extensions
Constructors
- NSOutputStream()
-
Returns a new instance of NSOutputStream constructed with the default
newmethod. - NSOutputStream.as(ObjCObject other)
-
Constructs a NSOutputStream that points to the same underlying object as
other. -
NSOutputStream.fromPointer(Pointer<
ObjCObjectImpl> other, {bool retain = false, bool release = false}) - Constructs a NSOutputStream that wraps the given raw object pointer.
Properties
- debugDescription → NSString
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
debugDescriptionno setter - delegate ↔ NSStreamDelegate?
-
Available on NSStream, provided by the NSStream$Methods extension
delegategetter/setter pair - description → NSString
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
descriptionno setter - hash → int
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
hashno setter - hashCode → int
-
The hash code for this object.
no setterinherited
- hasSpaceAvailable → bool
-
Available on NSOutputStream, provided by the NSOutputStream$Methods extension
hasSpaceAvailableno setter - isProxy → bool
-
Available on NSObject, provided by the NSObject$Methods extension
isProxyno setter - isProxy → bool
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isProxyno setter - object$ → ObjCObject
-
final
- ref → ObjCObjectRef
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamError → NSError?
-
Available on NSStream, provided by the NSStream$Methods extension
streamErrorno setter - streamStatus → NSStreamStatus
-
Available on NSStream, provided by the NSStream$Methods extension
streamStatusno setter - superclass → ObjCObject
-
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
superclassno setter
Methods
-
addObserver(
Observer observer, {required NSString forKeyPath, int options = NSKeyValueObservingOptions.NSKeyValueObservingOptionNew, Pointer< Void> ? context}) → Observation -
Available on NSObject, provided by the Observed extension
Registers the Observer to receive KVO notifications for the key path relative tothisNSObject. -
autorelease(
) → NSObjectProtocol -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
autorelease -
class$(
) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
class -
close(
) → void -
Available on NSStream, provided by the NSStream$Methods extension
close -
conformsToProtocol(
Protocol aProtocol) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
conformsToProtocol: -
copy(
) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
copy -
dealloc(
) → void -
Available on NSObject, provided by the NSObject$Methods extension
dealloc -
doesNotRecognizeSelector(
Pointer< ObjCSelector> aSelector) → void -
Available on NSObject, provided by the NSObject$Methods extension
doesNotRecognizeSelector: -
forwardingTargetForSelector(
Pointer< ObjCSelector> aSelector) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
forwardingTargetForSelector: -
forwardInvocation(
NSInvocation anInvocation) → void -
Available on NSObject, provided by the NSObject$Methods extension
forwardInvocation: -
init(
) → NSOutputStream -
Available on NSOutputStream, provided by the NSOutputStream$Methods extension
init -
init(
) → NSObject -
Available on NSObject, provided by the NSObject$Methods extension
init -
init(
) → NSStream -
Available on NSStream, provided by the NSStream$Methods extension
init -
initToBuffer(
Pointer< Uint8> buffer, {required int capacity}) → NSOutputStream -
Available on NSOutputStream, provided by the NSOutputStream$Methods extension
initToBuffer:capacity: -
initToFileAtPath(
NSString path, {required bool append}) → NSOutputStream? -
Available on NSOutputStream, provided by the NSOutputStream$Methods extension
initToFileAtPath:append: -
initToMemory(
) → NSOutputStream -
Available on NSOutputStream, provided by the NSOutputStream$Methods extension
initToMemory -
initWithURL(
NSURL url, {required bool append}) → NSOutputStream? -
Available on NSOutputStream, provided by the NSOutputStream$Methods extension
initWithURL:append: -
isEqual(
ObjCObject object) → bool -
Available on NSObject, provided by the NSObject$Methods extension
isEqual: -
isEqual(
ObjCObject object) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isEqual: -
isKindOfClass(
ObjCObject aClass) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isKindOfClass: -
isKindOfClass(
ObjCObject aClass) → bool -
Available on NSObject, provided by the NSObject$Methods extension
isKindOfClass: -
isMemberOfClass(
ObjCObject aClass) → bool -
Available on NSObject, provided by the NSObject$Methods extension
isMemberOfClass: -
isMemberOfClass(
ObjCObject aClass) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
isMemberOfClass: -
methodForSelector(
Pointer< ObjCSelector> aSelector) → Pointer<NativeFunction< Void Function()> > -
Available on NSObject, provided by the NSObject$Methods extension
methodForSelector: -
methodSignatureForSelector(
Pointer< ObjCSelector> aSelector) → NSMethodSignature -
Available on NSObject, provided by the NSObject$Methods extension
methodSignatureForSelector: -
mutableCopy(
) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
mutableCopy -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
) → void -
Available on NSStream, provided by the NSStream$Methods extension
open -
performSelector(
Pointer< ObjCSelector> aSelector) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
performSelector: -
performSelector(
Pointer< ObjCSelector> aSelector) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
performSelector: -
performSelector$1(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject}) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
performSelector:withObject: -
performSelector$1(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject}) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
performSelector:withObject: -
performSelector$2(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject, required ObjCObject withObject$1}) → ObjCObject -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
performSelector:withObject:withObject: -
performSelector$2(
Pointer< ObjCSelector> aSelector, {required ObjCObject withObject, required ObjCObject withObject$1}) → ObjCObject -
Available on NSObject, provided by the NSObject$Methods extension
performSelector:withObject:withObject: -
propertyForKey(
NSString key) → ObjCObject? -
Available on NSStream, provided by the NSStream$Methods extension
propertyForKey: -
release(
) → void -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
release -
removeFromRunLoop(
NSRunLoop aRunLoop, {required NSString forMode}) → void -
Available on NSStream, provided by the NSStream$Methods extension
removeFromRunLoop:forMode: -
respondsToSelector(
Pointer< ObjCSelector> aSelector) → bool -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
respondsToSelector: -
respondsToSelector(
Pointer< ObjCSelector> sel) → bool -
Available on ObjCObject, provided by the RespondsToSelector extension
-
retain(
) → NSObjectProtocol -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
retain -
retainCount(
) → int -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
retainCount -
scheduleInRunLoop(
NSRunLoop aRunLoop, {required NSString forMode}) → void -
Available on NSStream, provided by the NSStream$Methods extension
scheduleInRunLoop:forMode: -
self(
) → NSObjectProtocol -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
self -
setProperty(
ObjCObject? property, {required NSString forKey}) → bool -
Available on NSStream, provided by the NSStream$Methods extension
setProperty:forKey: -
toString(
) → String -
A string representation of this object.
inherited
-
write(
Pointer< Uint8> buffer, {required int maxLength}) → int -
Available on NSOutputStream, provided by the NSOutputStream$Methods extension
write:maxLength: -
zone(
) → Pointer< NSZone> -
Available on NSObjectProtocol, provided by the NSObjectProtocol$Methods extension
zone -
zone(
) → Pointer< NSZone> -
Available on NSObject, provided by the NSObject$Methods extension
zone
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
alloc(
) → NSOutputStream -
alloc
override
-
allocWithZone(
Pointer< NSZone> zone) → NSOutputStream -
allocWithZone:
override
-
isA(
ObjCObject obj) → bool -
Returns whether
objis an instance of NSOutputStream.override -
new$(
) → NSOutputStream -
new
override
-
outputStreamToBuffer(
Pointer< Uint8> buffer, {required int capacity}) → NSOutputStream - outputStreamToBuffer:capacity:
-
outputStreamToFileAtPath(
NSString path, {required bool append}) → NSOutputStream - outputStreamToFileAtPath:append:
-
outputStreamToMemory(
) → NSOutputStream - outputStreamToMemory
-
outputStreamWithURL(
NSURL url, {required bool append}) → NSOutputStream? - outputStreamWithURL:append: