Table of Contents

Class FilterOutputStream

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

Constructors

FilterOutputStream(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

FilterOutputStream(IntPtr, bool)

protected FilterOutputStream(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

BaseStreamPropertyDefinition

public static readonly Property<OutputStream?, FilterOutputStream> BaseStreamPropertyDefinition

Field Value

Property<OutputStream, FilterOutputStream>

CloseBaseStreamPropertyDefinition

public static readonly Property<bool, FilterOutputStream> CloseBaseStreamPropertyDefinition

Field Value

Property<bool, FilterOutputStream>

Properties

BaseStream

public OutputStream? BaseStream { get; }

Property Value

OutputStream

CloseBaseStream

public bool CloseBaseStream { get; }

Property Value

bool

Methods

GetBaseStream()

public OutputStream GetBaseStream()

Returns

OutputStream

GetCloseBaseStream()

public bool GetCloseBaseStream()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

SetCloseBaseStream(bool)

public void SetCloseBaseStream(bool closeBase)

Parameters

closeBase bool