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-Thread: 103376,c01667c07f51ded5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!news.belwue.de!not-for-mail From: Peter Hermann Newsgroups: comp.lang.ada Subject: Re: Advanced file manipulation (multiple question) Date: Tue, 1 Mar 2005 09:59:41 +0000 (UTC) Organization: InterNetNews at News.BelWue.DE (Stuttgart, Germany) Message-ID: References: <74a78c42.0503010130.785f178f@posting.google.com> NNTP-Posting-Host: sinus.csv.ica.uni-stuttgart.de X-Trace: news.BelWue.DE 1109671181 24519 129.69.118.70 (1 Mar 2005 09:59:41 GMT) X-Complaints-To: news@news.belwue.de NNTP-Posting-Date: Tue, 1 Mar 2005 09:59:41 +0000 (UTC) User-Agent: tin/1.7.4-20040111 ("Taransay") (UNIX) (Linux/2.4.27 (i686)) Xref: g2news1.google.com comp.lang.ada:8559 Date: 2005-03-01T09:59:41+00:00 List-Id: Steph-ADA wrote: > Hello, all! > I'm new on this board so please excuse my lack of habits! > I have some question about how manipulating files in ADA. Here's a Steph-ADA writes "ADA". ok. lack of habit. Has nothing to do with Ada ;-) > kind of list, if you have any informations about how solving these > problems, it would be very kind! > > - If I want to copy a file, if it's a 10kb gif file or a big 100Mb avi > one, should I consider it as binary files, and use the same > Ada.sequential_io and Ada.direct_io packages? Or is there special better use streams: Ada95LRM A.12