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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c01667c07f51ded5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news.illinois.net!attcg1!ip.att.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Advanced file manipulation (multiple question) Date: 2 Mar 2005 11:22:12 -0600 Organization: LJK Software Message-ID: References: <74a78c42.0503010130.785f178f@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1109784079 6349 192.135.80.34 (2 Mar 2005 17:21:19 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Wed, 2 Mar 2005 17:21:19 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:8589 Date: 2005-03-02T11:22:12-06:00 List-Id: Since we seem to have lost the attribution that the original poster was interested in Windows... In article , Jeffrey Carter writes: > Right, but this is limited to files that will fit in memory. The streams > approach I described using varying-size chunks will work for all files, > and is equivalent to this approach for smaller files. In addition, it > does not require opening the file twice. All Windows files ? Certainly not all files. Does that method preserve out-of-band record and page marks on other operating systems ? Certainly it does not preserve all the information, as would be the case from calling an OS-specific procedure.