Package org.gnome.gio

Class MemoryOutputStream

java.lang.Object
All Implemented Interfaces:
Proxy, AutoCloseable, AutoCloseable, PollableOutputStream, Seekable

@Generated("io.github.jwharm.JavaGI") public class MemoryOutputStream extends OutputStream implements PollableOutputStream, Seekable
GMemoryOutputStream is a class for using arbitrary memory chunks as output for GIO streaming output operations.

As of GLib 2.34, GMemoryOutputStream trivially implements PollableOutputStream: it always polls as ready.