Home
last modified time | relevance | path

Searched refs:CompressLevel (Results 1 - 4 of 4) sorted by relevance

/third_party/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs175 using (Deflater def = new Deflater(CompressLevel.Default)) in Deflate_Init()
201 using (Deflater def = new Deflater((CompressLevel)5)) in Deflate_Compress()
250 using (GZipStream gzOut = new GZipStream("gzstream.gz", CompressLevel.Best)) in GZipStream_WriteRead()
H A DDeflater.cs38 public Deflater(CompressLevel level) : base() in Deflater()
H A DDotZLib.cs61 public enum CompressLevel : int enum
H A DGZipStream.cs53 public GZipStream(string fileName, CompressLevel level) in GZipStream()

Completed in 5 milliseconds