- indexing
- title: "Byte input stream"
- project: "Eiffel Kernel Library: input and output"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: kernel
deferred class BYTE_INPUT_STREAM
- feature -- Status report
-
is_open: BOOLEAN
-
-
-- May read from stream?
end -- class BYTE_INPUT_STREAM