Table of Contents

Class BufferedInputStreamHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class BufferedInputStreamHandle : FilterInputStreamHandle, IDisposable
Inheritance
BufferedInputStreamHandle
Implements
Derived
Inherited Members

Constructors

BufferedInputStreamHandle(nint, bool)

public BufferedInputStreamHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static BufferedInputStreamHandle For<T>(ConstructArgument[] constructArguments) where T : BufferedInputStream, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

BufferedInputStreamHandle

Type Parameters

T