From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d025526ebe32e523 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Using streams to convert record types Date: 1999/07/03 Message-ID: <7lltl0$dil$1@nnrp1.deja.com>#1/1 X-Deja-AN: 496831815 References: <377D42CD.A963EE27@boeing.com> X-Http-Proxy: 1.0 x40.deja.com:80 (Squid/1.1.22) for client 166.72.81.99 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Sat Jul 03 21:00:19 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-07-03T00:00:00+00:00 List-Id: In article <377D42CD.A963EE27@boeing.com>, Robert Jordan wrote: > My next question comes about when trying to use S'read. In > the ADA95RM (13.13.1) is shows an OUT Stream_Element_Offset > being produced. 13.13.1 tells you about the Ada.Streams.Read procedure. This has nothing to do with the 'Read attribute (no doubt the internal implementation of 'Read will use the Read routine but that is the extent of the connection!) Read 13.13.2 for information on 'Read (and there is indeed no 3rd parameter for the attribute, as is clear from 13.13.2(6-7)) (the RM demands VERY careful reading. I would recommend learning this stuff from a good text book and then reading the RM *after* you have a basic understanding). Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.