Class SeekableHelper
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public sealed class SeekableHelper : Object, IDisposable, Seekable, InstanceFactory, GTypeProvider
- Inheritance
-
SeekableHelper
- Implements
- Inherited Members
Constructors
SeekableHelper(ObjectHandle)
public SeekableHelper(ObjectHandle handle)
Parameters
handle
ObjectHandle
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
offset
longtype
SeekTypecancellable
Cancellable
Returns
Tell()
public long Tell()
Returns
Truncate(long, Cancellable?)
public bool Truncate(long offset, Cancellable? cancellable)
Parameters
offset
longcancellable
Cancellable