Creates and returns an initialized output stream for writing to a specified URL.
Original signature is '+ (id)outputStreamWithURL:(NSURL *)url append:(BOOL)shouldAppend'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public static NSOutputStream OutputStreamWithURLAppend( NSURL url, bool shouldAppend )
Public Shared Function OutputStreamWithURLAppend ( _ url As NSURL, _ shouldAppend As Boolean _ ) As NSOutputStream
public: static NSOutputStream^ OutputStreamWithURLAppend( NSURL^ url, bool shouldAppend )

An initialized output stream that can write to url.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)