Home
last modified time | relevance | path

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

/third_party/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"
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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"
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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"