Android.Runtime.InputStreamInvoker Members

The members of Android.Runtime.InputStreamInvoker are listed below.

See Also: Inherited members from System.IO.Stream

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
BaseInputStreamJava.IO.InputStream. Documentation for this section has not yet been entered.
[read-only]
override
CanReadbool. Documentation for this section has not yet been entered.
[read-only]
override
CanSeekbool. Documentation for this section has not yet been entered.
[read-only]
override
CanWritebool. Documentation for this section has not yet been entered.
[read-only]
override
Lengthlong. Documentation for this section has not yet been entered.
override
Positionlong. Documentation for this section has not yet been entered.

Public Methods

override
Flush()
Documentation for this section has not yet been entered.
static
FromJniHandle(IntPtr, JniHandleOwnership) : System.IO.Stream
Documentation for this section has not yet been entered.
override
Read(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
Seek(long, System.IO.SeekOrigin) : long
Documentation for this section has not yet been entered.
override
SetLength(long)
Documentation for this section has not yet been entered.
override
Write(byte[], int, int)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.