Prev | Up | Next | Back | Forward
TOC -- / --.-- / --.--.-- | Index | Search | Syntax | Help


A.8.3 Sequential Input-Output Operations

Static Semantics
(1)
The operations available for sequential input and output are described in this subclause. The exception Status_Error is propagated if any of these operations is attempted for a file that is not open.
(2)
       procedure Read(File : in File_Type; Item : out Element_Type);
(3)
(4)
(5)
       procedure Write(File : in File_Type; Item : in Element_Type);
(6)
(7)
(8)
       function End_Of_File(File : in File_Type) return Boolean;
(9)
(10)

Prev | Up | Next | Back | Forward
TOC -- / --.-- / --.--.-- | Index | Search | Syntax | Help

Ada WWW Home -- Email comments, additions, corrections, gripes, kudos, etc. to:

Magnus Kempe -- Magnus.Kempe@di.epfl.ch
Copyright statement
Page last generated: 95-03-12