comp.lang.ada
 help / color / mirror / Atom feed
From: koolish@bbn.com (Dick Koolish)
Subject: File I/O Question
Date: 11 Apr 90 14:03:57 GMT	[thread overview]
Message-ID: <54727@bbn.COM> (raw)



I need to read some existing data files from an Ada program.
The files have a header block followed by data records.
Different files have different data record sizes.  The size and
number of data records is specified in the header block.
I also need to be able to read the data starting at any record
and when I get to the physical end of file to wrap around to the
start of the data again.

The two questions are how to read two different kinds of records
out of a file and how to do this if you don't know the size of
one of the records until you open the file and read the header.

             reply	other threads:[~1990-04-11 14:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1990-04-11 14:03 Dick Koolish [this message]
1990-04-12 14:10 ` File I/O Question stt
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox