[][src]Trait uikit_sys::NSOutputStream_NSOutputStreamExtensions

pub trait NSOutputStream_NSOutputStreamExtensions: Sized + Deref {
    unsafe fn initToFileAtPath_append_(
        self,
        path: NSString,
        shouldAppend: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn outputStreamToMemory() -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn outputStreamToBuffer_capacity_(
        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
, { ... }
unsafe fn outputStreamWithURL_append_(
        url: NSURL,
        shouldAppend: BOOL
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initToFileAtPath_append_(
    self,
    path: NSString,
    shouldAppend: BOOL
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn outputStreamToMemory() -> instancetype where
    Self::Target: Message + Sized

unsafe fn outputStreamToBuffer_capacity_(
    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

unsafe fn outputStreamWithURL_append_(
    url: NSURL,
    shouldAppend: BOOL
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSOutputStream_NSOutputStreamExtensions for NSOutputStream[src]

Loading content...