NSOutputStream$Methods extension
Properties
- hasSpaceAvailable → bool
-
Available on NSOutputStream, provided by the NSOutputStream$Methods extension
hasSpaceAvailableno setter
Methods
-
init(
) → NSOutputStream -
Available on NSOutputStream, provided by the NSOutputStream$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: -
write(
Pointer< Uint8> buffer, {required int maxLength}) → int -
Available on NSOutputStream, provided by the NSOutputStream$Methods extension
write:maxLength: