Interface Seekable
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public interface Seekable : NativeObject, GTypeProvider, IDisposable
- Inherited Members
Methods
CanSeek()
bool CanSeek()
Returns
CanTruncate()
bool CanTruncate()
Returns
Seek(long, SeekType, Cancellable?)
bool Seek(long offset, SeekType type, Cancellable? cancellable)
Parameters
offsetlongtypeSeekTypecancellableCancellable
Returns
Tell()
long Tell()
Returns
Truncate(long, Cancellable?)
bool Truncate(long offset, Cancellable? cancellable)
Parameters
offsetlongcancellableCancellable