Next: , Previous: A.12.3, Up: A.12


A.12.4 The Package Wide_Wide_Text_IO.Text_Streams

1/2
{00285AI95−00285−01} The package Wide_Wide_Text_IO.Text_Streams provides a function for treating a wide wide text file as a stream.

Static Semantics

2/2
{00285AI95−00285−01} The library package Wide_Wide_Text_IO.Text_Streams has the following declaration:

3/2

     with Ada.Streams;package Ada.Wide_Wide_Text_IO.Text_Streams is
        type Stream_Access is access all Streams.Root_Stream_Type'Class;

4/2

        function Stream (File in File_Type) return Stream_Access;
     end Ada.Wide_Wide_Text_IO.Text_Streams;

5/2
{00285AI95−00285−01} The Stream function has the same effect as the corresponding function in Streams.Stream_IO.

Extensions to Ada 95

5.a/2

{00285AI95−00285−01} {extensions to Ada 95} Package Wide_Wide_Text_IO.Text_Streams is new.