construct_from_input_stream


Description:

[ Version ( since = "3.12" ) ]
public async bool construct_from_input_stream (InputStream input_stream, int io_priority, Cancellable? cancellable = null) throws Error

Asynchronously constructs the content of this from input_stream.

When the operation is finished, callback will be called. You can then call construct_from_input_stream.end to get the result of the operation.

Parameters:

this

a DataWrapper

input_stream

a InputStream

io_priority

the I/O priority of the request

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the request is satisfied

user_data

data to pass to the callback function