Class type Biocaml_transform.object_t

class type [['input, 'output]] object_t = object .. end
Generic transform type.

method next : [ `end_of_stream | `not_ready | `output of 'output ]
method feed : 'input -> unit
method stop : unit