GBufferedInputStreamClass.fill

struct GBufferedInputStreamClass
extern (C)
ptrdiff_t function(GBufferedInputStream* stream, ptrdiff_t count, GCancellable* cancellable, GError** err) fill;

Return Value

the number of bytes read into stream's buffer, up to count, or -1 on error.

Throws

GException on failure.