<> <> <> <> <<>> DIRECTORY Imager USING [Context], IO USING [STREAM], Rope USING [ROPE]; ImagerToJaM: CEDAR DEFINITIONS ~ BEGIN OPEN Imager, IO, Rope; Create: PROC [stream: IO.STREAM, id: ROPE _ NIL] RETURNS [context: Context]; <> Close: PROC [context: Context]; <> END.