An output stream. ある出力ストリーム。
Generic Instance Method
総称体インスタンスメソッド
write(to:)
Writes the string into the given output stream.
与えられた出力ストリームへ文字列を書き出します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
func write<Target>(to target: inout Target) where Target : TextOutputStream
Parameters パラメータ
target
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Writing to a File or URL ファイルまたはURLに書き込む
func write(String)
Appends the given string to this string.
与えられた文字列をこの文字列へ加えます。