HomeSort by: relevance | last modified time | path
    Searched refs:Inflater (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
Inflater.cs 18 public class Inflater : CodecBase
35 /// Constructs an new instance of the <c>Inflater</c>
37 public Inflater() : base()
41 throw new ZLibException(retval, "Could not initialize inflater");
UnitTests.cs 215 using (Inflater inf = new Inflater())
231 using (Inflater inf = new Inflater())

Completed in 35 milliseconds