comp.lang.ada
 help / color / mirror / Atom feed
From: Dale Stanbrough <dale@goanna.cs.rmit.edu.au>
Subject: Ada.Streams.Stream_IO - mode Inout_File missing?
Date: 1997/09/30
Date: 1997-09-30T00:00:00+00:00	[thread overview]
Message-ID: <60pvqr$70d$1@goanna.cs.rmit.edu.au> (raw)


Given that you can modify the mode of a stream_io file at any time
without changing your position in the file, would it not have made
sense to replace


	Set_Mode (File, In_File);
	do some reading
	
	Set_Mode (File, Out_File);
	do some writing
	
	etc. etc. etc.


with the ability to open the file in Inout_mode? Or is there some 
fundamental implementation reason that would prevent this?

Dale




                 reply	other threads:[~1997-09-30  0:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed
replies disabled

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