Esempio n. 1
0
 /// <summary>
 /// Gets the number of unprocessed input.  Useful, if the end of the
 /// stream is reached and you want to further process the bytes after
 /// the deflate stream.
 /// </summary>
 /// <returns>
 /// the number of bytes of the input which were not processed.
 /// </returns>
 public int GetRemaining()
 {
     return(input.GetAvailableBytes());
 }