Java.Nio.Channels.FileChannel.Position Method
Returns the current position as a positive integer number of bytes from the start of the file.

Syntax

[Android.Runtime.Register("position", "()J", "GetPositionHandler")]
public abstract long Position ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.Channels.ClosedChannelExceptionif this channel is closed.
Java.IO.IOExceptionif another I/O error occurs.

Remarks

Returns the current position as a positive integer number of bytes from the start of the file.

[Android Documentation]

Requirements

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