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


A.12.2 The Package Text_IO.Text_Streams

(1)
The package Text_IO.Text_Streams provides a function for treating a text file as a stream.
Static Semantics
(2)
The library package Text_IO.Text_Streams has the following declaration:
(3)
       with Ada.Streams;
       package Ada.Text_IO.Text_Streams is
          type Stream_Access is access all Streams.Root_Stream_Type'Class;
(4)
          function Stream (File : in File_Type) return Stream_Access;
       end Ada.Text_IO.Text_Streams;
(5)
The Stream function has the same effect as the corresponding function in Streams.Stream_IO.

(6)
(7)

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