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
boolconstructArguments
ConstructArgument[]
FileOutputStream(IntPtr, bool)
protected FileOutputStream(IntPtr ptr, bool ownedRef)
Parameters
Methods
CanSeek()
public bool CanSeek()
Returns
CanTruncate()
public bool CanTruncate()
Returns
GetEtag()
public string? GetEtag()
Returns
GetGType()
public static Type GetGType()
Returns
QueryInfo(string, Cancellable?)
public FileInfo QueryInfo(string attributes, Cancellable? cancellable)
Parameters
attributes
stringcancellable
Cancellable
Returns
QueryInfoFinish(AsyncResult)
public FileInfo QueryInfoFinish(AsyncResult result)
Parameters
result
AsyncResult
Returns
Seek(long, SeekType, Cancellable?)
public bool Seek(long offset, SeekType type, Cancellable? cancellable)
Parameters
offset
longtype
SeekTypecancellable
Cancellable
Returns
Tell()
public long Tell()
Returns
Truncate(long, Cancellable?)
public bool Truncate(long offset, Cancellable? cancellable)
Parameters
offset
longcancellable
Cancellable