Home | History | Annotate | Download | only in ada

Lines Matching full:back

32    --  Flush the written data to the back stream,
33 -- all data placed to the compressor is flushing to the Back stream.
39 -- Return total number of bytes read from back stream so far.
51 -- Return total number of bytes written to the back stream.
56 Back : in Stream_Access;
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.
100 -- becouse not all read data from back stream
109 Back : Stream_Access;