InputStreamInvoker Class

Definition

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

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

InputStreamInvoker(InputStream)

Properties

BaseFileChannel
BaseInputStream
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