Table of Contents

Class FileOutputStream

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

Constructors

FileOutputStream(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

FileOutputStream(IntPtr, bool)

protected FileOutputStream(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

CanSeek()

public bool CanSeek()

Returns

bool

CanTruncate()

public bool CanTruncate()

Returns

bool

GetEtag()

public string? GetEtag()

Returns

string

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