Module Dicomm.Manual

module Manual: sig .. end
Manual sources.

Warning. Use only with `Manual decoders and encoders.


val src : Dicomm.decoder -> string -> int -> int -> unit
src d s j l provides d with l bytes to read, starting at j in s. This byte range is read by calls to !decode with d until `Await is returned. To signal the end of input call the function with l = 0.