GInputStreamClass.readFinish

struct GInputStreamClass
extern (C)
ptrdiff_t function(GInputStream* stream, GAsyncResult* result, GError** err) readFinish;

Return Value

number of bytes read in, or -1 on error, or 0 on end of file.

Throws

GException on failure.