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
constructArgumentsConstructArgument[]
FilterInputStream(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected FilterInputStream(CreationData data)
Parameters
dataCreationData
FilterInputStream(FilterInputStreamHandle)
protected FilterInputStream(FilterInputStreamHandle handle)
Parameters
handleFilterInputStreamHandle
Fields
BaseStreamPropertyDefinition
public static readonly Property<InputStream?, FilterInputStream> BaseStreamPropertyDefinition
Field Value
CloseBaseStreamPropertyDefinition
public static readonly Property<bool, FilterInputStream> CloseBaseStreamPropertyDefinition
Field Value
Properties
BaseStream
public InputStream? BaseStream { get; }
Property Value
CloseBaseStream
public bool CloseBaseStream { get; set; }
Property Value
Methods
GetBaseStream()
public InputStream GetBaseStream()
Returns
GetCloseBaseStream()
public bool GetCloseBaseStream()
Returns
GetGType()
public static Type GetGType()
Returns
NewFromPointer(nint, bool)
Creates a new managed FilterInputStream instance for a given pointer.
public static FilterInputStream NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new FilterInputStream and sets the properties specified by the construct arguments.
public static FilterInputStream NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetCloseBaseStream(bool)
public void SetCloseBaseStream(bool closeBase)
Parameters
closeBasebool