Input
Object Hierarchy:
Description:
[
CCode ( type_id =
"gsf_input_get_type ()" ) ]
public abstract class Input :
Object
Class representing an input stream.
Content:
Properties:
- public Infile container { owned get; }
The container, optionally null, in
which this input lives.
- public bool eof { get; }
true if the end of the file has been
reached.
- public DateTime modtime { get; }
The time the input was last updated.
- public string name { owned get; }
- public int64 position { get; }
The current position in the input.
- public int64 remaining { get; }
The number of bytes remaining in the file.
- public int64 size { get; }
The total number of bytes in the file.
Static methods:
Creation methods:
Methods:
Fields:
Inherited Members:
All known members inherited from class GLib.Object