before encountering any of the stop characters. Set length to a #gsize to get the length of the string. This function will return null on an error.
DataInputStream.readUntilFinish
string readUntilFinish(gio.async_result.AsyncResult result, out size_t length)Finish an asynchronous call started by [gio.data_input_stream.DataInputStream.readUntilAsync].
Parameters
result | the #GAsyncResult that was provided to the callback. |
length | a #gsize to get the length of the data read in. |
Returns
a string with the data that was read
Throws
[ErrorWrap]
Deprecated
Use [gio.data_input_stream.DataInputStream.readUptoFinish] instead, which
has more consistent behaviour regarding the stop character.