C# Class Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.TeeOutputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode Description
Close ( ) : void
TeeOutputStream ( Stream dataOutputStream, Stream digStream ) : System
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte b ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

TeeOutputStream() public méthode

public TeeOutputStream ( Stream dataOutputStream, Stream digStream ) : System
dataOutputStream Stream
digStream Stream
Résultat System

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

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