Java.IO.RandomAccessFile.Channel Property
Gets this file's Java.Nio.Channels.FileChannel object.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Gets this file's Java.Nio.Channels.FileChannel object.

The file channel's Java.Nio.Channels.FileChannel.Position is the same as this file's file pointer offset (see RandomAccessFile.FilePointer). Any changes made to this file's file pointer offset are also visible in the file channel's position and vice versa.

[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