indexing description: "Imported routines that ought to be in class INPUT_STREAM" library: "Gobo Eiffel Kernel Library" author: "Eric Bezault <ericb@gobo.demon.co.uk>" copyright: "Copyright (c) 1998, Eric Bezault" class interface KL_IMPORTED_INPUT_STREAM_ROUTINES feature -- Access input_stream_: KL_INPUT_STREAM_ROUTINES -- Routines that ought to be in class INPUT_STREAM ensure input_stream_routines_not_void: Result /= void feature -- Type anchors input_stream_type: IO_MEDIUM invariant -- from GENERAL reflexive_equality: standard_is_equal (Current); reflexive_conformance: conforms_to (Current); end -- class KL_IMPORTED_INPUT_STREAM_ROUTINES