Table of Contents

Class FileOutputStream

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

Constructors

FileOutputStream(params ConstructArgument[])

public FileOutputStream(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

FileOutputStream(FileOutputStreamHandle)

public FileOutputStream(FileOutputStreamHandle handle)

Parameters

handle FileOutputStreamHandle

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