Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
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()
A DDeflater.cs38 public Deflater(CompressLevel level) : base() in Deflater()
A DDotZLib.cs61 public enum CompressLevel : int enum
A DGZipStream.cs53 public GZipStream(string fileName, CompressLevel level) in GZipStream()

Completed in 5 milliseconds