Java.IO.RandomAccessFile.Length Method
Returns the length of this file in bytes.

Syntax

[Android.Runtime.Register("length", "()J", "GetLengthHandler")]
public virtual long Length ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif this file is closed or some other I/O error occurs.

Remarks

Returns the length of this file in bytes.

[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