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,bb99d92e16fcc3ad,start X-Google-Attributes: gid103376,public From: "Michael Erdmann" Subject: Q:How to read/write a structured file Date: 1997/07/29 Message-ID: #1/1 X-Deja-AN: 260273975 Organization: Unlimited Surprise Systems, Berlin Reply-To: "Michael Erdmann" Newsgroups: comp.lang.ada Date: 1997-07-29T00:00:00+00:00 List-Id: Hi i like to handle a file structured in several kind of records. The package direct_io allows ony to structure a file bases upon a fixed data type (file record). Is there a way of doing thing like this in an elegant way ? Michael