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,a883dc07df0d6bb1 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Decoding an octet stream Date: 1999/12/01 Message-ID: <1999Dec1.100413.1@eisner>#1/1 X-Deja-AN: 555326473 References: <877lj2q36g.fsf@deneb.cygnus.argh.org> <81u247$kc3$1@hobbes2.crc.com> <821rc5$bim$1@nnrp1.deja.com> <822o4d$ehh$1@birch.prod.itd.earthlink.net> <8233fm$ngf$1@nntp3.atl.mindspring.net> X-Trace: news.decus.org 944060656 6278 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-12-01T00:00:00+00:00 List-Id: In article <8233fm$ngf$1@nntp3.atl.mindspring.net>, swhalen@netcom.com writes: > Abstract: > > A method for making files compatible between different computers > having different binary structures while using the same operating > system by keeping all files in a standardized canonical order when > they move to or from external data storage or communication means. The > method includes converting all binary data accessed from a file or > communications channel from the canonical order to the natural order > of the host computer before using the binary data in the host computer > and converting all binary data which is to be sent to a file or > communications channel from the natural order of the host computer to > the canonical order before sending the binary data. That abstract could also be used to describe ASN.1 BER encoding. Does the detailed description indicate what part is novel ? Larry Kilgallen