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