Table of Contents

Class FilterInputStream

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

Constructors

FilterInputStream(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 FilterInputStream(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

FilterInputStream(CreationData)

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

Parameters

data CreationData

FilterInputStream(FilterInputStreamHandle)

protected FilterInputStream(FilterInputStreamHandle handle)

Parameters

handle FilterInputStreamHandle

Fields

BaseStreamPropertyDefinition

public static readonly Property<InputStream?, FilterInputStream> BaseStreamPropertyDefinition

Field Value

Property<InputStream, FilterInputStream>

CloseBaseStreamPropertyDefinition

public static readonly Property<bool, FilterInputStream> CloseBaseStreamPropertyDefinition

Field Value

Property<bool, FilterInputStream>

Properties

BaseStream

public InputStream? BaseStream { get; }

Property Value

InputStream

CloseBaseStream

public bool CloseBaseStream { get; set; }

Property Value

bool

Methods

GetBaseStream()

public InputStream GetBaseStream()

Returns

InputStream

GetCloseBaseStream()

public bool GetCloseBaseStream()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed FilterInputStream instance for a given pointer.

public static FilterInputStream NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

FilterInputStream

NewWithProperties(ConstructArgument[])

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

public static FilterInputStream NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

FilterInputStream

SetCloseBaseStream(bool)

public void SetCloseBaseStream(bool closeBase)

Parameters

closeBase bool