gio.file_input_stream.FileInputStream implements gio.seekable.Seekable, which allows the input
stream to jump to arbitrary positions in the file, provided the
filesystem of the file allows it. To find the position of a file
input stream, use gio.seekable.Seekable.tell. To find out if a file input
stream supports seeking, use vfunc@Gio.Seekable.can_seek.
To position a file input stream, use vfunc@Gio.Seekable.seek.
gio.file_input_stream.FileInputStream provides input streams that take their content from a file.
gio.file_input_stream.FileInputStream implements gio.seekable.Seekable, which allows the input stream to jump to arbitrary positions in the file, provided the filesystem of the file allows it. To find the position of a file input stream, use gio.seekable.Seekable.tell. To find out if a file input stream supports seeking, use vfunc@Gio.Seekable.can_seek. To position a file input stream, use vfunc@Gio.Seekable.seek.