class func toMemory () -> Self
Creates and returns an initialized output stream that will write stream data to memory.
初期化された出力ストリームを作成して返します、それはストリームデータをメモリへと書き込むものです。
init(toMemory : ())
Returns an initialized output stream that will write to memory.
初期化された出力ストリームを返します、それはメモリへと書き込むものです。
init(toBuffer : UnsafeMutablePointer<UInt8>, capacity: Int)
Returns an initialized output stream that can write to a provided buffer.
初期化された出力ストリームを返します、それは提供されたバッファへと書き込めるものです。
init?(toFileAtPath : String, append: Bool)
Returns an initialized output stream for writing to a specified file.
指定されたファイルへと書き込むために初期化された出力ストリームを返します。