DataOutputStream.putInt64

Puts a signed 64-bit integer into the stream.

class DataOutputStream
int
putInt64

Parameters

data long

a gint64.

cancellable Cancellable

optional GCancellable object, NULL to ignore. [allow-none]

Return Value

Type: int

TRUE if data was successfully added to the stream.

Throws

GException on failure.

Meta