Package org.gnome.gio

Interface PollableOutputStream

All Superinterfaces:
Proxy
All Known Implementing Classes:
ConverterOutputStream, MemoryOutputStream, PollableOutputStream.PollableOutputStreamImpl, UnixOutputStream

@Generated("io.github.jwharm.JavaGI") public interface PollableOutputStream extends Proxy
GPollableOutputStream is implemented by OutputStreams that can be polled for readiness to write. This can be used when interfacing with a non-GIO API that expects UNIX-file-descriptor-style asynchronous I/O rather than GIO-style.

Some classes may implement GPollableOutputStream but have only certain instances of that class be pollable. If canPoll() returns false, then the behavior of other GPollableOutputStream methods is undefined.