Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class WEL_COM_ISTREAM General cluster: wel description: "COM IStream The IStream interface supports reading and writing data to stream objects. Stream objects contain the data in a structured storage object, where storages provide the structure. It's different from C++ standard lib's istream" create: create_istream_from_file, create_istream_from_memory Ancestors DISPOSABLE* Queries item: POINTER read_all: MANAGED_POINTER stat: WEL_STAT_STG Stream_seek_cur: NATURAL_32 Stream_seek_end: NATURAL_32 Stream_seek_set: NATURAL_32 Commands commit dispose seek_from_beginning (a_position: INTEGER_64) set_size (a_new_size: NATURAL_64)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org