Class FileIOStream
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class FileIOStream : IOStream, Seekable, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
FileIOStream
- Implements
- Inherited Members
Constructors
FileIOStream(params ConstructArgument[])
public FileIOStream(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
FileIOStream(FileIOStreamHandle)
public FileIOStream(FileIOStreamHandle handle)
Parameters
handleFileIOStreamHandle
Methods
CanSeek()
public bool CanSeek()
Returns
CanTruncate()
public bool CanTruncate()
Returns
GetEtag()
[Version("2.22")]
public string? GetEtag()
Returns
GetGType()
public static Type GetGType()
Returns
QueryInfo(string, Cancellable?)
[Version("2.22")]
public FileInfo QueryInfo(string attributes, Cancellable? cancellable)
Parameters
attributesstringcancellableCancellable
Returns
QueryInfoFinish(AsyncResult)
[Version("2.22")]
public FileInfo QueryInfoFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
Seek(long, SeekType, Cancellable?)
public bool Seek(long offset, SeekType type, Cancellable? cancellable)
Parameters
offsetlongtypeSeekTypecancellableCancellable
Returns
Tell()
public long Tell()
Returns
Truncate(long, Cancellable?)
public bool Truncate(long offset, Cancellable? cancellable)
Parameters
offsetlongcancellableCancellable