- indexing
- title: "ISE Eiffel raw file.This class was created in order enable ", "WEL port. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
- project: "Windows Eiffel Library"
- copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
- cluster: wel
class RAW_FILE
- inherit
-
FILE
- end
- creation
- make,
- make_create_read_write,
- make_open_append,
- make_open_read,
- make_open_read_write,
- make_open_write
- feature
-
c_file_ps (s: POINTER; cnt: INTEGER)
end -- class RAW_FILE