OutputStream
extension OutputStream
-
Write a single byte to the output stream
Declaration
Swift
public func write(byte: UInt8) -> Int
Return Value
the written byte length or 0 upon failure