DataOutputStream.putByte

Puts a byte into the output stream.

class DataOutputStream
bool
putByte

Parameters

data char

a #guchar.

cancellable Cancellable

optional #GCancellable object, %NULL to ignore.

Return Value

Type: bool

%TRUE if @data was successfully added to the @stream.

Throws

GException on failure.

Meta