Package org.gnome.gio

Class FileInputStream

java.lang.Object
All Implemented Interfaces:
Proxy, AutoCloseable, AutoCloseable, Seekable

@Generated("io.github.jwharm.JavaGI") public class FileInputStream extends InputStream implements Seekable
GFileInputStream provides input streams that take their content from a file.

GFileInputStream implements 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 Seekable.tell(). To find out if a file input stream supports seeking, use Seekable.canSeek(). To position a file input stream, use Seekable.seek(long, org.gnome.glib.SeekType, org.gnome.gio.Cancellable).