Home | History | Annotate | Download | only in ada

Lines Matching full:stream

82    --  Copying data from one stream to another. It is for test stream
119 Compare_Streams (Stream (Left_File).all, Stream (Right_File).all);
341 -- Test stream interface.
343 -- Compress to the back stream.
351 (Stream => File_Z,
354 (Stream (File_Back)),
361 (Source => Stream (File_In).all,
364 -- Flushing internal buffers to the back stream.
377 -- decompression stream.
383 (Stream => File_Z,
386 (Stream (File_Back)),
391 Compare_Streams (Stream (File_In).all, File_Z);
400 -- Compress by reading from compression stream.
406 (Stream => File_Z,
409 (Stream (File_Back)),
418 Target => Stream (File_Out).all);
428 -- Decompress to decompression stream.
434 (Stream => File_Z,
437 (Stream (File_Back)),
444 (Source => Stream (File_In).all,