HomeSort by: relevance | last modified time | path
    Searched refs:GZipStream (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 246 #region GZipStream test
250 using (GZipStream gzOut = new GZipStream("gzstream.gz", CompressLevel.Best))
258 using (GZipStream gzIn = new GZipStream("gzstream.gz"))
GZipStream.cs 17 public class GZipStream : Stream, IDisposable
48 /// Creates a new file as a writeable GZipStream
53 public GZipStream(string fileName, CompressLevel level)
62 /// Opens an existing file as a readable GZipStream
66 public GZipStream(string fileName)
117 ~GZipStream()
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
205 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
229 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
    [all...]

Completed in 12 milliseconds