Java.IO.FileInputStream.Channel Property
Returns a read-only Java.Nio.Channels.FileChannel that shares its position with this stream.

Syntax

[get: Android.Runtime.Register("getChannel", "()Ljava/nio/channels/FileChannel;", "GetGetChannelHandler")]
public virtual Java.Nio.Channels.FileChannel Channel { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a read-only Java.Nio.Channels.FileChannel that shares its position with this stream.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1