Java.IO.RandomAccessFile Class
Allows reading from and writing to a file in a random-access manner.

See Also: RandomAccessFile Members

Syntax

[Android.Runtime.Register("java/io/RandomAccessFile", DoNotGenerateAcw=true)]
public class RandomAccessFile : Java.Lang.Object, ICloseable, IDataInput, IDataOutput, IDisposable

Remarks

Allows reading from and writing to a file in a random-access manner. This is different from the uni-directional sequential access that a Java.IO.FileInputStream or Java.IO.FileOutputStream provides. If the file is opened in read/write mode, write operations are available as well. The position of the next read or write operation can be moved forwards and backwards after every operation.

[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