Java.IO.RandomAccessFile.FilePointer Property
Gets the current position within this file.

Syntax

[get: Android.Runtime.Register("getFilePointer", "()J", "GetGetFilePointerHandler")]
public virtual long FilePointer { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while getting the file pointer of this file.

Remarks

Gets the current position within this file. All reads and writes take place at the current file pointer position.

[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