Struct xpcom::interfaces::nsIIOUtil [] [src]

#[repr(C)]
pub struct nsIIOUtil { /* fields omitted */ }

interface nsIIOUtil : nsISupports

/**
 * nsIIOUtil provdes various xpcom/io-related utility methods.
 */

Methods

impl nsIIOUtil
[src]

[src]

Cast this nsIIOUtil to one of its base interfaces.

impl nsIIOUtil
[src]

[src]

/**
   * Test whether an input stream is buffered.  See nsStreamUtils.h
   * documentation for NS_InputStreamIsBuffered for the definition of
   * "buffered" used here and for edge-case behavior.
   *
   * @throws NS_ERROR_INVALID_POINTER if null is passed in.
   */

boolean inputStreamIsBuffered (in nsIInputStream aStream);

[src]

/**
   * Test whether an output stream is buffered.  See nsStreamUtils.h
   * documentation for NS_OutputStreamIsBuffered for the definition of
   * "buffered" used here and for edge-case behavior.
   *
   * @throws NS_ERROR_INVALID_POINTER if null is passed in.
   */

boolean outputStreamIsBuffered (in nsIOutputStream aStream);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIIOUtil
[src]

IID: nsIID = nsID(3893702527, 16905, 19555, [173, 35, 195, 210, 170, 12, 90, 73])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIIOUtil
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIIOUtil
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.