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,3dbcb251b77c9b2b,start X-Google-Attributes: gid103376,public From: steved@pacifier.com (Steve Doiel) Subject: Re: Extracting contents of binary data files Date: 1997/09/28 Message-ID: <342e90ca.0@news.pacifier.com>#1/1 X-Deja-AN: 276360071 References: <342eedac.49311445@newsbeta.alt.net> Newsgroups: comp.lang.ada Date: 1997-09-28T00:00:00+00:00 List-Id: >2) If so, how do I do the bit-shifting in Ada? Look to the standard package "Interfaces" for bit shifting functions. >3) Are there existing Ada library routines available to do this? > I don't know if routines are already available, but I would look at the Public Ada Library (PAL) to try to find them. I don't know the URL right off hand, but you can get there from http://www.adahome.com/ I hope this helps, Steve Doiel