Java.IO.IDataOutput.WriteLong Method
Writes the specified 64-bit long in big-endian order.

Syntax

[Android.Runtime.Register("writeLong", "(J)V", "GetWriteLong_JHandler:Java.IO.IDataOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteLong (long val)

See Also

IDataInput.ReadLong

Parameters

val
the long to write.

Exceptions

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

Remarks

Writes the specified 64-bit long in big-endian order.

[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