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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d14278ca0d1ef32e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.maxwell.syr.edu!newsfeed.icl.net!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: Ada streams Date: Wed, 15 Dec 2004 13:26:27 -0600 Organization: Cuivre, Argent, Or Message-ID: References: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1103138833 54523 212.85.156.195 (15 Dec 2004 19:27:13 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 15 Dec 2004 19:27:13 +0000 (UTC) Cc: "comp.lang.ada@ada.eu.org" To: "Daniel Vencler" Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:6973 Date: 2004-12-15T13:26:27-06:00 One answer to the "when" question is "when you want to read and write heterogeneous data to a file." Such an example may be found at my web site ftp://ada95.com/pub/pet_store.tar.gz or ftp://ada95.com/pub/pet_store.tgz In addition to demonstrating streams, it demonstrates the use of some of the object-oriented features of Ada95 -- e.g. derivation of concrete types from abstract parent types. ----- Original Message ----- From: "Daniel Vencler" Newsgroups: comp.lang.ada To: Sent: Wednesday, December 15, 2004 1:43 AM Subject: Ada streams > Hi, I want to ask you where I can get good explanation > what are and how to use (and when) ada streams. There are few > ada tutorials on net but not single one of them mentions streams. > > > Best regards, > Daniel Vencler > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada-france.org > http://www.ada-france.org/mailman/listinfo/comp.lang.ada >