package piqi

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

Module Piqirun.IBufSource

Sourcetype t =
  1. | String of string_slice
  2. | Channel of in_channel
Sourceval of_channel : in_channel -> t
Sourceval to_string : t -> string
Sourceval pos : t -> int
Sourceval size : t -> int
Sourceval error : t -> string -> 'a
Sourceexception End_of_buffer
Sourceval next_byte : t -> int
Sourceval next_block : t -> int -> t
Sourceval of_string : string -> t
OCaml

Innovation. Community. Security.