OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Oct 11 19:10:01 GMT 2025