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

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
Close ( ) : void
Write ( byte bytes, int off, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Méthode Description
CmsCompressedOutputStream ( ZOutputStream outStream, BerSequenceGenerator sGen, BerSequenceGenerator cGen, BerSequenceGenerator eiGen ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Write() public méthode

public Write ( byte bytes, int off, int len ) : void
bytes byte
off int
len int
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void