C# (CSharp) ICSharpCode.SharpZipLib.Zip.Compression Deflater - 32 примеров найдено. Это лучшие примеры C# (CSharp) кода для ICSharpCode.SharpZipLib.Zip.Compression.Deflater, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
This is the Deflater class. The deflater class compresses input with the deflate algorithm described in RFC 1951. It has several compression levels and three different strategies described below. This class is not thread safe. This is inherent in the API, due to the split of deflate and setInput. author of the original java version : Jochen Hoenicke