OutputStreamInvoker Class

Definition

public class OutputStreamInvoker : System.IO.Stream
type OutputStreamInvoker = class
    inherit Stream
Inheritance
OutputStreamInvoker

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

OutputStreamInvoker(OutputStream)

Properties

BaseOutputStream
CanRead
CanSeek
CanWrite
Length
Position

Methods

Close()
Dispose(Boolean)
Flush()
FromJniHandle(IntPtr, JniHandleOwnership)
Read(Byte[], Int32, Int32)
Seek(Int64, SeekOrigin)
SetLength(Int64)
Write(Byte[], Int32, Int32)

Applies to