Searched defs:GZipStream (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DGZipStream.cs17 public class GZipStream : Stream, IDisposable class in namespace:DotZLib
48 /// Creates a new file as a writeable GZipStream
53 public GZipStream(string fileName, CompressLevel level) method in class:DotZLib.GZipStream
62 /// Opens an existing file as a readable GZipStream
66 public GZipStream(string fileName) method in class:DotZLib.GZipStream
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 32 milliseconds