Home | History | Annotate | Download | only in ada

Lines Matching full:read

9 --  $Id: read.adb,v 1.8 2004/05/31 10:53:40 vagul Exp $
11 -- Test/demo program for the generic read interface.
19 procedure Read is
64 procedure Read
68 -- ZLib.Read
71 procedure Read is new ZLib.Read
72 (Read,
78 -- Read --
81 procedure Read
98 end Read;
139 Read (Filter, Buffer, Last);
156 end Read;