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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1817d1850190aec8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-25 16:50:37 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!skynet.be!newsfeed.icl.net!newspeer.clara.net!news.clara.net!nntp.news.xara.net!xara.net!gxn.net!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <3b0ed42f$1@news.zen.co.uk> <3B0ED68A.8D9600B9@worldnet.att.net> <3b0edc59$1@news.zen.co.uk> Subject: Re: Use of streams with Ada95 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Sat, 26 May 2001 00:46:13 +0100 NNTP-Posting-Host: 62.252.149.32 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 990834325 62.252.149.32 (Sat, 26 May 2001 00:45:25 BST) NNTP-Posting-Date: Sat, 26 May 2001 00:45:25 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:7788 Date: 2001-05-26T00:46:13+01:00 List-Id: > Thanks for that, looking for the second edition on > amazon - out of stock at the moment. Looks like a > good book. Will try and track it down. In the mean time you could try http://willowplan.tripod.com under Ada 95->Examples->Streams. It's a small example for using streams with files if that's any use (it's not at great depth but it covers heterogenous files). One flaw is that when i wrote it i didn't convert to stream elements i just wrote a small replacement for read/write based on the types in the records versions. Chris.