construct_from_input_stream_sync
Description:
[ Version ( since = "3.12" ) ]
public virtual bool construct_from_input_stream_sync (InputStream input_stream, Cancellable? cancellable = null) throws Error
public virtual bool construct_from_input_stream_sync (InputStream input_stream, Cancellable? cancellable = null) throws Error
Constructs the content of this from input_stream
.
Parameters:
this | |
input_stream | |
cancellable |
optional Cancellable object, or null |
Returns:
true on success, false on error |