Home
last modified time | relevance | path

Searched refs:GZipStream (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs17 public class GZipStream : Stream, IDisposable class
53 public GZipStream(string fileName, CompressLevel level) in GZipStream() method in DotZLib.GZipStream
66 public GZipStream(string fileName) in GZipStream() method in DotZLib.GZipStream
117 ~GZipStream() in ~GZipStream()
DUnitTests.cs246 #region GZipStream test
250 using (GZipStream gzOut = new GZipStream("gzstream.gz", CompressLevel.Best)) in GZipStream_WriteRead()
258 using (GZipStream gzIn = new GZipStream("gzstream.gz")) in GZipStream_WriteRead()
DDotZLib.csproj123 RelPath = "GZipStream.cs"