C# Class Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.CmsCompressedOutputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Show file Open project: nonorganic/dssnet

Public Methods

Method Description
Close ( ) : void
Write ( byte bytes, int off, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Method Description
CmsCompressedOutputStream ( ZOutputStream outStream, BerSequenceGenerator sGen, BerSequenceGenerator cGen, BerSequenceGenerator eiGen ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Write() public method

public Write ( byte bytes, int off, int len ) : void
bytes byte
off int
len int
return void

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void