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,c01667c07f51ded5,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: france.suisse@gmail.com (Steph-ADA) Newsgroups: comp.lang.ada Subject: Advanced file manipulation (multiple question) Date: 1 Mar 2005 01:30:51 -0800 Organization: http://groups.google.com Message-ID: <74a78c42.0503010130.785f178f@posting.google.com> NNTP-Posting-Host: 80.125.194.219 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1109669452 3358 127.0.0.1 (1 Mar 2005 09:30:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 1 Mar 2005 09:30:52 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:8558 Date: 2005-03-01T01:30:51-08:00 List-Id: 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 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 methods to copy/edit/write in/delete large files? - Do I need to verify the integrity of the copy? CRC-error control is possible with ADA? or another I don't know for the moment... ? Next, few another questions, maybe :) Thanks a lot for your help ! Steph