[−][src]Trait uikit_sys::NSOutputStream_NSOutputStreamExtensions
Provided methods
unsafe fn initToFileAtPath_append_(
self,
path: NSString,
shouldAppend: BOOL
) -> instancetype where
Self::Target: Message + Sized,
self,
path: NSString,
shouldAppend: BOOL
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn outputStreamToMemory() -> instancetype where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn outputStreamToBuffer_capacity_(
buffer: *mut u8,
capacity: NSUInteger
) -> instancetype where
Self::Target: Message + Sized,
buffer: *mut u8,
capacity: NSUInteger
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn outputStreamToFileAtPath_append_(
path: NSString,
shouldAppend: BOOL
) -> instancetype where
Self::Target: Message + Sized,
path: NSString,
shouldAppend: BOOL
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn outputStreamWithURL_append_(
url: NSURL,
shouldAppend: BOOL
) -> instancetype where
Self::Target: Message + Sized,
url: NSURL,
shouldAppend: BOOL
) -> instancetype where
Self::Target: Message + Sized,