Table of Contents

Class FileInputStream

Namespace
Gio
Assembly
Gio-2.0.dll
public class FileInputStream : InputStream, IObject, INotifyPropertyChanged, IDisposable, Seekable, IHandle, GTypeProvider
Inheritance
FileInputStream
Implements
Inherited Members

Constructors

FileInputStream(bool, params ConstructArgument[])

protected FileInputStream(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

FileInputStream(IntPtr, bool)

protected FileInputStream(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

CanSeek()

public bool CanSeek()

Returns

bool

CanTruncate()

public bool CanTruncate()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

QueryInfo(string, Cancellable?)

public FileInfo QueryInfo(string attributes, Cancellable? cancellable)

Parameters

attributes string
cancellable Cancellable

Returns

FileInfo

QueryInfoFinish(AsyncResult)

public FileInfo QueryInfoFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

FileInfo

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