Table of Contents

Interface Seekable

Namespace
Gio
Assembly
Gio-2.0.dll
public interface Seekable : IHandle
Inherited Members

Methods

CanSeek()

bool CanSeek()

Returns

bool

CanTruncate()

bool CanTruncate()

Returns

bool

Seek(long, SeekType, Cancellable?)

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

Parameters

offset long
type SeekType
cancellable Cancellable

Returns

bool

Tell()

long Tell()

Returns

long

Truncate(long, Cancellable?)

bool Truncate(long offset, Cancellable? cancellable)

Parameters

offset long
cancellable Cancellable

Returns

bool