Open Instance Methodswift 6.0.3Foundation
remove(from:forMode:)
override func remove(from aRunLoop: RunLoop, forMode mode: RunLoop.Mode)
override func remove(from aRunLoop: RunLoop, forMode mode: RunLoop.Mode)
s10Foundation12OutputStreamC6remove4from7forModeyAA7RunLoopC_AH0G0VtF
What are these?8MS2Z
import Foundation
class OutputStream
class RunLoop
struct Mode
func remove(from aRunLoop: RunLoop, forMode mode: RunLoop.Mode)
init(toBuffer buffer: UnsafeMutablePointer<UInt8>, capacity: Int)
convenience init?(toFileAtPath path: String, append shouldAppend: Bool)
required init(toMemory: ())
init?(url: URL, append shouldAppend: Bool)
class func toMemory() -> Self
var hasSpaceAvailable: Bool { get }
override var streamError: (any Error)? { get }
override var streamStatus: Stream.Status { get }
override func close()
override func open()
override func property(forKey key: Stream.PropertyKey) -> AnyObject?
override func schedule(in aRunLoop: RunLoop, forMode mode: RunLoop.Mode)
override func setProperty(_ property: AnyObject?, forKey key: Stream.PropertyKey) -> Bool
func write(_ buffer: UnsafePointer<UInt8>, maxLength len: Int) -> Int