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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ad5bd2429a45288e X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Recommended way of reading file as byte blocks Date: 1996/09/21 Message-ID: #1/1 X-Deja-AN: 184904354 references: <01BBA702.69F8B220@idc213.rb.icl.co.uk> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-09-21T00:00:00+00:00 List-Id: Reposting article removed by rogue canceller. Simon said "and it really matters that this logic is preserved. I can open the file = as a Direct_IO(Element =3D> BYTE) file which is nasty, I have tried = using Streams but never quite get it right. Any ideas? Thanks." Definitely the solution is to use Stream_IO and get it right :-) You can certainly duplicate the desired effect with Stream_IO, can you be clearer as to why you had trouble doing this?