ObjectOutputStream.WriteLong(Int64) Method

Definition

Writes a 64 bit long.

[Android.Runtime.Register("writeLong", "(J)V", "GetWriteLong_JHandler")]
public virtual void WriteLong (long val);
[<Android.Runtime.Register("writeLong", "(J)V", "GetWriteLong_JHandler")>]
abstract member WriteLong : int64 -> unit
override this.WriteLong : int64 -> unit

Parameters

val
Int64

the long value to be written

Implements

Attributes

Exceptions

if an error occurs while writing to the target stream.

Remarks

Writes a 64 bit long.

Java documentation for java.io.ObjectOutputStream.writeLong(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to