C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedDataGenerator.SafeZOutputStream

Inheritance: Org.BouncyCastle.Utilities.Zlib.ZOutputStream
Mostra file Open project: nonorganic/dssnet

Public Methods

Method Description
Close ( ) : void
SafeZOutputStream ( Stream output, int level, bool nowrap ) : System

Method Details

Close() public method

public Close ( ) : void
return void

SafeZOutputStream() public method

public SafeZOutputStream ( Stream output, int level, bool nowrap ) : System
output Stream
level int
nowrap bool
return System