package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Wrappers.Memory_input_stream

type t = [ `memory_input_stream | `input_stream | `object_ ] Gobject.obj
val new_ : unit -> t

Create a new MemoryInputStream

val new_from_bytes : Glib_bytes.t -> t

Create a new MemoryInputStream

val add_bytes : t -> Glib_bytes.t -> unit

Appends @bytes to data that can be read from the input stream.