Lines Matching full:stream
21 (Stream : in out Stream_Type;
26 (Stream : in out Stream_Type;
30 (Stream : in out Stream_Type;
32 -- Flush the written data to the back stream,
33 -- all data placed to the compressor is flushing to the Back stream.
37 function Read_Total_In (Stream : in Stream_Type) return Count;
39 -- Return total number of bytes read from back stream so far.
41 function Read_Total_Out (Stream : in Stream_Type) return Count;
45 function Write_Total_In (Stream : in Stream_Type) return Count;
49 function Write_Total_Out (Stream : in Stream_Type) return Count;
51 -- Return total number of bytes written to the back stream.
54 (Stream : out Stream_Type;
65 -- Create the Comression/Decompression stream.
70 -- Data written to the Stream is compressing to the Back stream
71 -- and data read from the Stream is decompressed data from the Back stream.
74 -- Data written to the Stream is decompressing to the Back stream
75 -- and data read from the Stream is compressed data from the Back stream.
80 function Is_Open (Stream : Stream_Type) return Boolean;
82 procedure Close (Stream : in out Stream_Type);
100 -- becouse not all read data from back stream