Ada Conformity Assessment Authority      Home Conformity Assessment   Test Suite ARGAda Standard
 
Annotated Ada Reference Manual (Ada 2022 with Amendment 1)Legal Information
Contents   Index   References   Search   Previous   Next 

A.12.3 The Package Wide_Text_IO.Text_Streams

1
The package Wide_Text_IO.Text_Streams provides a function for treating a wide text file as a stream. 

Static Semantics

2
The library package Wide_Text_IO.Text_Streams has the following declaration: 
3/5
{AI12-0302-1} with Ada.Streams;
package Ada.Wide_Text_IO.Text_Streams
   with Global => in out synchronized is
   type Stream_Access is access all Streams.Root_Stream_Type'Class;
4
   function Stream (File : in File_Type) return Stream_Access;
end Ada.Wide_Text_IO.Text_Streams;
5
The Stream function has the same effect as the corresponding function in Streams.Stream_IO. 

Contents   Index   References   Search   Previous   Next 
Ada-Europe Ada 2005 and 2012 Editions sponsored in part by Ada-Europe