Interface PollableInputStream
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public interface PollableInputStream
Properties
ObjectHandle Handle { get; }
Property Value
- ObjectHandle
Methods
[Version("2.28")]
bool CanPoll()
Returns
- bool
[Version("2.28")]
Source CreateSource(Cancellable? cancellable)
Parameters
cancellable
Cancellable
Returns
- Source
[Version("2.28")]
bool IsReadable()
Returns
- bool
nint ReadNonblocking(Span<byte> buffer, Cancellable? cancellable)
Parameters
buffer
Span<byte>
cancellable
Cancellable
Returns
- nint