OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompressLevel
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs
175
using (Deflater def = new Deflater(
CompressLevel
.Default))
201
using (Deflater def = new Deflater((
CompressLevel
)5))
250
using (GZipStream gzOut = new GZipStream("gzstream.gz",
CompressLevel
.Best))
Deflater.cs
38
public Deflater(
CompressLevel
level) : base()
DotZLib.cs
61
public enum
CompressLevel
: int
GZipStream.cs
53
public GZipStream(string fileName,
CompressLevel
level)
Completed in 41 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025