package gapi-ocaml

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

Creates an input channel from a (constant) string. * * The method pos_in reflects the real position in the string, i.e. * a character read at position k can be found at s.[k] in the string * s. * *

  • parameter pos

    The data of the channel begins at this position of the string. * Default: 0 *

    @param len

    The data of the channel consists of this number of bytes. * Default: until the end of the string

OCaml

Innovation. Community. Security.