Table of Contents

Class FilterInputStream

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

Constructors

FilterInputStream(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

FilterInputStream(IntPtr, bool)

protected FilterInputStream(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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

SetCloseBaseStream(bool)

public void SetCloseBaseStream(bool closeBase)

Parameters

closeBase bool