Function
FwupdPluginbytes_get_contents_stream_full
Declaration [src]
GBytes*
fu_bytes_get_contents_stream_full (
GInputStream* stream,
gsize offset,
gsize count,
GError** error
)
Description [src]
Reads a blob from a specific input stream.
NOTE: if the input stream can provide more data than offset
+count
it will be truncated.
Available since: | 1.9.1 |