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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,da8a419b0e3fda81 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-14 17:41:43 PST Path: bga.com!news.sprintlink.net!redstone.interpath.net!ddsw1!godot.cc.duq.edu!news.duke.edu!convex!cs.utexas.edu!howland.reston.ans.net!swiss.ans.net!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Portable way to read/write from a binary file? Date: 13 Sep 1994 23:51:00 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <355rv4$eg8@gnat.cs.nyu.edu> References: <355kao$38d@goanna.cs.rmit.oz.au> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-09-13T23:51:00-04:00 List-Id: sequential_io instantiated for a byte or character type may work, but is not guaranteed, and may well be gruseomely slow. best get is just to use pragma interface and use the appropriate unix routines directly, whjy not>