DataOutputStream.putString

Puts a string into the output stream.

class DataOutputStream
int
putString

Parameters

str string

a string.

cancellable Cancellable

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

Return Value

Type: int

TRUE if string was successfully added to the stream.

Throws

GException on failure.

Meta