Class PollableInputStreamHelper
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public sealed class PollableInputStreamHelper : Object, IDisposable, PollableInputStream, InstanceFactory, GTypeProvider
- Inheritance
-
PollableInputStreamHelper
- Implements
- Inherited Members
Constructors
PollableInputStreamHelper(ObjectHandle)
public PollableInputStreamHelper(ObjectHandle handle)
Parameters
handle
ObjectHandle
Methods
CanPoll()
[Version("2.28")]
public bool CanPoll()
Returns
CreateSource(Cancellable?)
[Version("2.28")]
public Source CreateSource(Cancellable? cancellable)
Parameters
cancellable
Cancellable
Returns
GetGType()
public static Type GetGType()
Returns
IsReadable()
[Version("2.28")]
public bool IsReadable()
Returns
ReadNonblocking(Span<byte>, Cancellable?)
public nint ReadNonblocking(Span<byte> buffer, Cancellable? cancellable)
Parameters
buffer
Span<byte>cancellable
Cancellable