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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ec714b0cc0d830ab X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Beginners Ada Question on Ada IO. Date: 1996/12/11 Message-ID: <32AEC7F7.15C4@gsfc.nasa.gov>#1/1 X-Deja-AN: 203504780 references: <32AE796C.36DDA3C0@leland.stanford.edu> content-type: text/plain; charset=us-ascii organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA mime-version: 1.0 reply-to: Stephen.Leake@gsfc.nasa.gov newsgroups: comp.lang.ada x-mailer: Mozilla 3.0 (Win95; U) Date: 1996-12-11T00:00:00+00:00 List-Id: Konstantin Gromov wrote: > But one thing drive me nuts... All text books and tutorials talk > only about character IO, and in what I am doing I need binary IO. > I am trying to generate some data and then output it to the file byte > by byte. > [example code deleted] > > I'll appreciate any help or hints on where I can find a detailed > information on the subject. You need to instantiate either Sequential_IO or Direct_IO. > > Please answer via email. Sorry, News is a two-way participatory forum; if you want answers, you have to read questions (and hopefully answer some!). > > Thank you in advance for your help. > You're welcome. > Konstantin Gromov > gkg@leland.stanford.edu -- - Stephe