put_int64


Description:

public bool put_int64 (int64 data, Cancellable? cancellable = null) throws IOError

Puts a signed 64-bit integer into the stream.

Parameters:

this

a DataOutputStream.

data

a int64.

cancellable

optional Cancellable object, null to ignore.

Returns:

true if data was successfully added to the this.