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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,2c4c0ca61b4f7e63 X-Google-Attributes: gid103376,public From: "Kenneth W. Sodemann" Subject: Re: File handling Date: 1997/10/13 Message-ID: <61t2cd$6ds$1@news3.alpha.net>#1/1 X-Deja-AN: 280214427 References: <343F4BE1.F669CC82@norssi.helsinki.fi> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: AVISTA Inc. Newsgroups: comp.lang.ada Date: 1997-10-13T00:00:00+00:00 List-Id: Hannu �rn wrote in message <343F4BE1.F669CC82@norssi.helsinki.fi>... >Is the package Ada.Text_IO only way to handle files? No. Check out sequential_io and direct_io in section A.8 of the Ada95 LRM. >Are there procedures like Turbo Pascal's BlockRead and >BlockWrite in Ada 95? -- with Std_Disclaimer; use Std_Disclaimer; Signature.Put (Name => Ken Sodemann, E_Mail => kwsodema@avistainc.com Web => http://www.pcii.net/~stuffel Company_Web => http://www.avistainc.com);