Java.IO.RandomAccessFile.WriteLong Method
Writes a big-endian 64-bit long to this file, starting at the current file pointer.

Syntax

[Android.Runtime.Register("writeLong", "(J)V", "")]
public void WriteLong (long val)

See Also

RandomAccessFile.ReadLong

Parameters

val
the long to write to this file.

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs while writing to this file.

Remarks

Writes a big-endian 64-bit long to this file, starting at the current file pointer.

[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