InputStream.readAllFinish

Finishes an asynchronous stream read operation started with gio.input_stream.InputStream.readAllAsync.

As a special exception to the normal conventions for functions that use #GError, if this function returns false (and sets error) then bytes_read will be set to the number of bytes that were successfully read before the error was encountered. This functionality is only available from C. If you need it from another language then you must write your own loop around gio.input_stream.InputStream.readAsync.

class InputStream
bool
readAllFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult

bytesRead size_t

location to store the number of bytes that was read from the stream

Return Value

Type: bool

true on success, false if there was an error