Go to the source code of this file.
Namespaces | |
namespace | ICSharpCode::SharpZipLib::Zip::Compression::Streams |
Classes | |
class | ICSharpCode::SharpZipLib::Zip::Compression::Streams::DeflaterOutputStream |
A special stream deflating or compressing the bytes that are written to it. It uses a Deflater to perform actual deflating. Authors of the original java version : Tom Tromey, Jochen Hoenicke. More... |