Table of Contents

Class FilterOutputStream

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

Constructors

FilterOutputStream(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public FilterOutputStream(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

FilterOutputStream(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected FilterOutputStream(CreationData data)

Parameters

data CreationData

FilterOutputStream(FilterOutputStreamHandle)

protected FilterOutputStream(FilterOutputStreamHandle handle)

Parameters

handle FilterOutputStreamHandle

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

NewFromPointer(nint, bool)

Creates a new managed FilterOutputStream instance for a given pointer.

public static FilterOutputStream NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

FilterOutputStream

NewWithProperties(ConstructArgument[])

Creates a new FilterOutputStream and sets the properties specified by the construct arguments.

public static FilterOutputStream NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

FilterOutputStream

SetCloseBaseStream(bool)

public void SetCloseBaseStream(bool closeBase)

Parameters

closeBase bool