Пример #1
0
 public int InflateSetDictionary(byte[] dictionary, int dictLength)
 {
     if (istate == null)
     {
         return(Z_STREAM_ERROR);
     }
     return(istate.inflateSetDictionary(this, dictionary, dictLength));
 }