Table of Contents

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

bool

CanTruncate()

public bool CanTruncate()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

Seek(long, SeekType, Cancellable?)

public bool Seek(long offset, SeekType type, Cancellable? cancellable)

Parameters

offset long
type SeekType
cancellable Cancellable

Returns

bool

Tell()

public long Tell()

Returns

long

Truncate(long, Cancellable?)

public bool Truncate(long offset, Cancellable? cancellable)

Parameters

offset long
cancellable Cancellable

Returns

bool