Changed the WGI_INPUT_STREAM and WGI_OUTPUT_STREAM interfaces
main changes for existing code `read_stream' is renamed `read_string'
This commit is contained in:
@@ -336,7 +336,7 @@ feature {NONE} -- I/O: implementation
|
||||
read_input (nb: INTEGER)
|
||||
-- Read `nb' bytes from `input'
|
||||
do
|
||||
input.read_stream (nb)
|
||||
input.read_string (nb)
|
||||
end
|
||||
|
||||
last_input_string: STRING
|
||||
|
||||
Reference in New Issue
Block a user