Plasma GitLab Archive
Projects Blog Knowledge

sig
  val encode :
    ?pos:int ->
    ?len:int ->
    ?linelength:int ->
    ?crlf:bool -> ?plus:char -> ?slash:char -> string -> string
  val encode_tstring :
    ?pos:int ->
    ?len:int ->
    ?linelength:int ->
    ?crlf:bool ->
    ?plus:char -> ?slash:char -> Netsys_types.tstring -> Stdlib.Bytes.t
  val encode_poly :
    ?pos:int ->
    ?len:int ->
    ?linelength:int ->
    ?crlf:bool ->
    ?plus:char ->
    ?slash:char -> 'Netstring_tstring.tstring_ops -> '-> Stdlib.Bytes.t
  val decode :
    ?pos:int ->
    ?len:int ->
    ?accept_spaces:bool -> ?plus:char -> ?slash:char -> string -> string
  val decode_tstring :
    ?pos:int ->
    ?len:int ->
    ?accept_spaces:bool ->
    ?plus:char -> ?slash:char -> Netsys_types.tstring -> Stdlib.Bytes.t
  val decode_poly :
    ?pos:int ->
    ?len:int ->
    ?accept_spaces:bool ->
    ?plus:char ->
    ?slash:char -> 'Netstring_tstring.tstring_ops -> '-> Stdlib.Bytes.t
  class encoding_pipe :
    ?linelength:int ->
    ?crlf:bool -> ?plus:char -> ?slash:char -> unit -> Netchannels.pipe
  class decoding_pipe :
    ?accept_spaces:bool ->
    ?plus:char -> ?slash:char -> unit -> Netchannels.pipe
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml