Package org.gnome.gio

Class MemoryInputStream

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

@Generated("io.github.jwharm.JavaGI") public class MemoryInputStream extends InputStream implements PollableInputStream, Seekable
GMemoryInputStream is a class for using arbitrary memory chunks as input for GIO streaming input operations.

As of GLib 2.34, GMemoryInputStream implements PollableInputStream.