InputStream


Object Hierarchy:

Object hierarchy for InputStream

Description:

public abstract class InputStream : Object

InputStream has functions to read from a stream ( read), to close a stream ( close) and to skip some content ( skip).

To copy the content of an input stream to an output stream without manually handling the reads and writes, use splice.

All of these functions have async variants too.

Required by:
 

Namespace: GLib
Package: gio-2.0

Content:

Creation methods:

Methods:

Inherited Members: