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

Syntax

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

Parameters

val
the long to write.

Exceptions

TypeReason
Java.IO.IOException

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