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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9eeeccfe8f29c5a1,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!41g2000hsc.googlegroups.com!not-for-mail From: arban Newsgroups: comp.lang.ada Subject: Sequential_Io metadata Date: Fri, 29 Feb 2008 08:53:44 -0800 (PST) Organization: http://groups.google.com Message-ID: <7a532ced-6e6c-4906-8b75-b42a5618204c@41g2000hsc.googlegroups.com> NNTP-Posting-Host: 199.46.198.234 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1204304024 8916 127.0.0.1 (29 Feb 2008 16:53:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 29 Feb 2008 16:53:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 41g2000hsc.googlegroups.com; posting-host=199.46.198.234; posting-account=jxRpoQoAAADtVlf2JLrawgK5uIC6r0is User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 bos-gate5.raytheon.com:8080 (Squid/2.4.STABLE7) Xref: g2news1.google.com comp.lang.ada:20149 Date: 2008-02-29T08:53:44-08:00 List-Id: I have files which were written using Sequential_Io instantiations of a record with discriminants under Rational Apex 3.2.0. It would appear that 3 extra bytes are written to the file just before the actual record data. The first two bytes appear to be the size of the record written, but I cannot figure out what the 3rd byte represents. Anyone happen to have worked with this before? Thanks, Kevin