Class SeekableHelper
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public sealed class SeekableHelper : Object, Seekable, IDisposable, InstanceFactory, GTypeProvider
- Inheritance
-
SeekableHelper
- Implements
- Inherited Members
Constructors
SeekableHelper(ObjectHandle)
public SeekableHelper(ObjectHandle handle)
Parameters
handleObjectHandle
Methods
CanSeek()
public bool CanSeek()
Returns
CanTruncate()
public bool CanTruncate()
Returns
GetGType()
public static Type GetGType()
Returns
Seek(long, SeekType, Cancellable?)
public bool Seek(long offset, SeekType type, Cancellable? cancellable)
Parameters
offsetlongtypeSeekTypecancellableCancellable
Returns
Tell()
public long Tell()
Returns
Truncate(long, Cancellable?)
public bool Truncate(long offset, Cancellable? cancellable)
Parameters
offsetlongcancellableCancellable