public class InputStream : Object {
public void clear_pending ( ) ;
public bool close ( Cancellable? cancellable )
throws GLib.Error;
public bool has_pending ( ) ;
public bool is_closed ( ) ;
public long read ( void** buffer,
ulong count,
Cancellable? cancellable )
throws GLib.Error;
public bool read_all ( void** buffer,
ulong count,
ulong bytes_read,
Cancellable? cancellable )
throws GLib.Error;
public bool set_pending ( )
throws GLib.Error;
public virtual void close_async ( int io_priority,
Cancellable? cancellable,
AsyncReadyCallback callback ) ;
public virtual bool close_finish ( AsyncResult _result )
throws GLib.Error;
public virtual bool close_fn ( Cancellable? cancellable )
throws GLib.Error;
public virtual void read_async ( void** buffer,
ulong count,
int io_priority,
Cancellable? cancellable,
AsyncReadyCallback callback ) ;
public virtual long read_finish ( AsyncResult _result )
throws GLib.Error;
public virtual long read_fn ( void** buffer,
ulong count,
Cancellable? cancellable )
throws GLib.Error;
public virtual long skip ( ulong count,
Cancellable? cancellable )
throws GLib.Error;
public virtual void skip_async ( ulong count,
int io_priority,
Cancellable? cancellable,
AsyncReadyCallback callback ) ;
public virtual long skip_finish ( AsyncResult _result )
throws GLib.Error;
}

public void clear_pending ( ) ;
public bool close ( Cancellable? cancellable )
throws GLib.Error;
public bool has_pending ( ) ;
public bool is_closed ( ) ;
public long read ( void** buffer,
ulong count,
Cancellable? cancellable )
throws GLib.Error;
public bool read_all ( void** buffer,
ulong count,
ulong bytes_read,
Cancellable? cancellable )
throws GLib.Error;
public bool set_pending ( )
throws GLib.Error;
public virtual void close_async ( int io_priority,
Cancellable? cancellable,
AsyncReadyCallback callback ) ;
public virtual bool close_finish ( AsyncResult _result )
throws GLib.Error;
public virtual bool close_fn ( Cancellable? cancellable )
throws GLib.Error;
public virtual void read_async ( void** buffer,
ulong count,
int io_priority,
Cancellable? cancellable,
AsyncReadyCallback callback ) ;
public virtual long read_finish ( AsyncResult _result )
throws GLib.Error;
public virtual long read_fn ( void** buffer,
ulong count,
Cancellable? cancellable )
throws GLib.Error;
public virtual long skip ( ulong count,
Cancellable? cancellable )
throws GLib.Error;
public virtual void skip_async ( ulong count,
int io_priority,
Cancellable? cancellable,
AsyncReadyCallback callback ) ;
public virtual long skip_finish ( AsyncResult _result )
throws GLib.Error;
Created by Valadoc